UnFontWeight class Null safety

Namespace for Default UnselfStyle Font Weights

Constructors

UnFontWeight()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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
FontWeight value of w900
FontWeight.w900
bold → const FontWeight
FontWeight value of w700
FontWeight.w700
extraBold → const FontWeight
FontWeight value of w800
FontWeight.w800
extraLight → const FontWeight
FontWeight value of w200
FontWeight.w200
light → const FontWeight
FontWeight value of w300
FontWeight.w300
medium → const FontWeight
FontWeight value of w500
FontWeight.w500
regular → const FontWeight
FontWeight value of w400
FontWeight.w400
semiBold → const FontWeight
FontWeight value of w600
FontWeight.w600
thin → const FontWeight
FontWeight value of w100
FontWeight.w100