DesignToken class final
Existing design-token lookup by name.
Flash resolves the token category from the current project at compile time. The name must match exactly one spacing, radius, or shadow token.
- Inheritance
-
- Object
- DslExpression
- DesignToken
- Annotations
-
- @immutable
Constructors
- DesignToken(String name)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String field) → FieldAccess -
inherited