StyleExpression

data class StyleExpression(val property: String, val evaluator: (Any) -> Any?)

Constructors

Link copied to clipboard
constructor(property: String, evaluator: (Any) -> Any?)

Properties

Link copied to clipboard
val evaluator: (Any) -> Any?
Link copied to clipboard