DurationToken class
Design token for Duration values.
Constructors
- DurationToken(String name)
-
const
Properties
Methods
-
call(
) → DurationRef -
Returns a reference value for Mix utilities.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
BuildContext context) → Duration -
Resolves this token to a concrete value.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited