flutter_json_widgets
font_weight
FontWeight
FontWeight.fromJson factory constructor
FontWeight.fromJson
FontWeight.fromJson
constructor
Null safety
FontWeight.fromJson
(
Map
<
String
,
Object
?
>
json
)
Implementation
factory FontWeight.fromJson(Map<String, Object?> json) => _$FontWeightFromJson(json);
flutter_json_widgets
font_weight
FontWeight
FontWeight.fromJson factory constructor
FontWeight class
Constructors
fromJson
w100
w200
w300
w400
w500
w600
w700
w800
w900
Properties
hashCode
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==
Constants
bold
normal
values