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