flutter_json_widgets
widget
Center
Center.fromJson factory constructor
Center.fromJson
Center.fromJson
constructor
Null safety
Center.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Center.fromJson(Map<String, dynamic> json) = _$Center.fromJson;
flutter_json_widgets
widget
Center
Center.fromJson factory constructor
Center class
Constructors
Center
fromJson
Properties
child
copyWith
hashCode
heightFactor
key
runtimeType
widthFactor
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==