NBFontWeights class

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?
no setter
bold FontWeight?
no setter
extraBlack FontWeight?
no setter
extrabold FontWeight?
no setter
hairline FontWeight?
no setter
hashCode int
The hash code for this object.
no setterinherited
light FontWeight?
no setter
medium FontWeight?
no setter
normal FontWeight?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semibold FontWeight?
no setter
thin FontWeight?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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