FontWeightUtility<T extends Attribute> class
- Inheritance
-
- Object
- MixUtility<
T, FontWeight> - ScalarUtility<
T, FontWeight> - FontWeightUtility
Constructors
- FontWeightUtility(T builder(FontWeight))
-
const
Properties
- builder → T Function(FontWeight)
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
bold(
) → T -
call(
FontWeight value) → T -
inherited
-
normal(
) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
w100(
) → T -
w200(
) → T -
w300(
) → T -
w400(
) → T -
w500(
) → T -
w600(
) → T -
w700(
) → T -
w800(
) → T -
w900(
) → T
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited