NBFontWeights class Null safety
Constructors
- NBFontWeights({FontWeight? hairline, FontWeight? thin, FontWeight? light, FontWeight? normal, FontWeight? medium, FontWeight? semiBold, FontWeight? bold, FontWeight? extraBold, FontWeight? black, FontWeight? extraBlack})
-
factory
-
NBFontWeights.fromJson(Map<
String, dynamic> json)
Properties
- black → FontWeight?
-
read-only
- bold → FontWeight?
-
read-only
- extraBlack → FontWeight?
-
read-only
- extrabold → FontWeight?
-
read-only
- hairline → FontWeight?
-
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
- light → FontWeight?
-
read-only
- medium → FontWeight?
-
read-only
- normal → FontWeight?
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- semibold → FontWeight?
-
read-only
- thin → FontWeight?
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited