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