flutter_json_widgets
widget
Column
Column.fromJson factory constructor
Column.fromJson
Column.fromJson
constructor
Null safety
Column.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Column.fromJson(Map<String, dynamic> json) = _$Column.fromJson;
flutter_json_widgets
widget
Column
Column.fromJson factory constructor
Column class
Constructors
Column
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 ==