FontWeight class

Font weight constants values 100, 200, 300, 400, 500, 600, 700, 800, 900.

Constructors

FontWeight()

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 int
Font weight bold
normal → const int
Font weight normal default
wt100 → const int
wt200 → const int
wt300 → const int
wt400 → const int
wt500 → const int
wt600 → const int
wt700 → const int
wt800 → const int
wt900 → const int