ScaledValue

open class ScaledValue(    val normal: Property,     val small: Property = normal,     val smaller: Property = small,     val tiny: Property = smaller,     val large: Property = normal,     val larger: Property = large,     val huge: Property = larger,     val giant: Property = huge,     val none: Property = tiny,     val full: Property = giant)

Defines a value that has different expressions for different scales.

Constructors

Link copied to clipboard
fun ScaledValue(    normal: Property,     small: Property = normal,     smaller: Property = small,     tiny: Property = smaller,     large: Property = normal,     larger: Property = large,     huge: Property = larger,     giant: Property = huge,     none: Property = tiny,     full: Property = giant)

Properties

Link copied to clipboard
val auto: Property
Link copied to clipboard
val full: Property
Link copied to clipboard
val giant: Property
Link copied to clipboard
val huge: Property
Link copied to clipboard
val inherit: Property
Link copied to clipboard
val initial: Property
Link copied to clipboard
val large: Property
Link copied to clipboard
val larger: Property
Link copied to clipboard
open val none: Property
Link copied to clipboard
val normal: Property
Link copied to clipboard
val small: Property
Link copied to clipboard
val smaller: Property
Link copied to clipboard
val tiny: Property

Inheritors

Link copied to clipboard