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