WeightedValue

class WeightedValue(normal: Property, light: Property, lighter: Property, strong: Property, stronger: Property, none: Property, full: Property)

Defines a value that has different expressions for different weights.

Constructors

WeightedValue
Link copied to clipboard
fun WeightedValue(normal: Property, light: Property = normal, lighter: Property = light, strong: Property = normal, stronger: Property = strong, none: Property = lighter, full: Property = strong)

Properties

full
Link copied to clipboard
val full: Property
inherit
Link copied to clipboard
val inherit: Property
initial
Link copied to clipboard
val initial: Property
light
Link copied to clipboard
val light: Property
lighter
Link copied to clipboard
val lighter: Property
none
Link copied to clipboard
val none: Property
normal
Link copied to clipboard
val normal: Property
strong
Link copied to clipboard
val strong: Property
stronger
Link copied to clipboard
val stronger: Property