MTStyleValue
public enum MTStyleValue : Sendable
A unified style value that may be a constant or an expression.
-
Undocumented
Declaration
Swift
case color(UIColor) -
Undocumented
Declaration
Swift
case number(Double) -
Undocumented
Declaration
Swift
case bool(Bool) -
Undocumented
Declaration
Swift
case string(String) -
Undocumented
Declaration
Swift
case expression(MTPropertyValue)