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