flutter_json_widgets
widget
Container
Container.fromJson factory constructor
Container.fromJson
Container.fromJson
constructor
Null safety
Container.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Container.fromJson(Map<String, dynamic> json) = _$Container.fromJson;
flutter_json_widgets
widget
Container
Container.fromJson factory constructor
Container class
Constructors
Container
fromJson
Properties
alignment
child
clipBehavior
color
constraints
copyWith
decoration
foregroundDecoration
hashCode
height
key
margin
padding
runtimeType
transform
transformAlignment
width
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==