flutter_json_widgets
widget
Scaffold
Scaffold.fromJson factory constructor
Scaffold.fromJson
Scaffold.fromJson
constructor
Null safety
Scaffold.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Scaffold.fromJson(Map<String, dynamic> json) = _$Scaffold.fromJson;
flutter_json_widgets
widget
Scaffold
Scaffold.fromJson factory constructor
Scaffold class
Constructors
Scaffold
fromJson
Properties
appBar
backgroundColor
body
bottomNavigationBar
bottomSheet
copyWith
drawer
drawerEdgeDragWidth
drawerEnableOpenDragGesture
drawerScrimColor
endDrawer
endDrawerEnableOpenDragGesture
extendBody
extendBodyBehindAppBar
floatingActionButton
floatingActionButtonLocation
hashCode
key
persistentFooterAlignment
persistentFooterButtons
primary
resizeToAvoidBottomInset
restorationId
runtimeType
Methods
map
mapOrNull
maybeMap
maybeWhen
noSuchMethod
toJson
toString
when
whenOrNull
Operators
operator ==