TypeWeight class abstract

Constructors

TypeWeight()

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

black → const FontWeight
Equivalent to FontWeight.w900
bold → const FontWeight
Equivalent to FontWeight.w700
extraBold → const FontWeight
Equivalent to FontWeight.w800
extraLight → const FontWeight
Equivalent to FontWeight.w200
light → const FontWeight
Equivalent to FontWeight.w300
medium → const FontWeight
Equivalent to FontWeight.w500
regular → const FontWeight
Equivalent to FontWeight.w400
semiBold → const FontWeight
Equivalent to FontWeight.w600
thin → const FontWeight
Equivalent to FontWeight.w100