Weighted Value
class WeightedValue( val normal: Property, val light: Property = normal, val lighter: Property = light, val strong: Property = normal, val stronger: Property = strong, val none: Property = lighter, val full: Property = strong)
Content copied to clipboard
Defines a value that has different expressions for different weights.