FontWeightToken class
Design token for FontWeight values.
- Inheritance
-
- Object
- MixToken<
FontWeight> - FontWeightToken
Constructors
- FontWeightToken(String name)
-
const
Properties
Methods
-
call(
) → FontWeightRef -
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) → FontWeight -
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