TokenRef class
Reference to a design token CSS variable.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCss(
) → String -
Converts this reference to a CSS
var(...)expression. -
toString(
) → String -
Returns the CSS variable reference.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited