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