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