flutter_json_widgets
widget
Wrap
Wrap.fromJson factory constructor
Wrap.fromJson
Wrap.fromJson
constructor
Null safety
Wrap.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Wrap.fromJson(Map<String, dynamic> json) = _$Wrap.fromJson;
flutter_json_widgets
widget
Wrap
Wrap.fromJson factory constructor
Wrap class
Constructors
Wrap
fromJson
Properties
alignment
children
clipBehavior
copyWith
crossAxisAlignment
direction
hashCode
key
runAlignment
runSpacing
runtimeType
spacing
textDirection
verticalDirection
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==