Fw class
A class providing constants for font weights.
Constructors
- Fw()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- bold → const FontWeight
- A constant representing bold font weight.
- normal → const FontWeight
- A constant representing normal font weight.
- w100 → const FontWeight
- A constant representing font weight 100.
- w200 → const FontWeight
- A constant representing font weight 200.
- w300 → const FontWeight
- A constant representing font weight 300.
- w400 → const FontWeight
- A constant representing font weight 400.
- w500 → const FontWeight
- A constant representing font weight 500.
- w600 → const FontWeight
- A constant representing font weight 600.
- w700 → const FontWeight
- A constant representing font weight 700.
- w800 → const FontWeight
- A constant representing font weight 800.
- w900 → const FontWeight
- A constant representing font weight 900.