MaterialScaffoldData class

Constructors

MaterialScaffoldData({Color? backgroundColor, Widget? body, Key? widgetKey, PreferredSizeWidget? appBar, Widget? bottomNavBar, Widget? drawer, Widget? endDrawer, Widget? floatingActionButton, FloatingActionButtonAnimator? floatingActionButtonAnimator, FloatingActionButtonLocation? floatingActionButtonLocation, List<Widget>? persistentFooterButtons, bool? primary, Widget? bottomSheet, DragStartBehavior? drawerDragStartBehavior, bool? extendBody, bool? resizeToAvoidBottomInset, Color? drawerScrimColor, double? drawerEdgeDragWidth, bool? extendBodyBehindAppBar, bool? drawerEnableOpenDragGesture, bool? endDrawerEnableOpenDragGesture, String? restorationId, DrawerCallback? onDrawerChanged, DrawerCallback? onEndDrawerChanged, AlignmentDirectional? persistentFooterAlignment})

Properties

appBar PreferredSizeWidget?
final
backgroundColor Color?
finalinherited
body Widget?
finalinherited
bottomNavBar Widget?
final
bottomSheet Widget?
final
drawer Widget?
final
drawerDragStartBehavior DragStartBehavior?
final
drawerEdgeDragWidth double?
final
drawerEnableOpenDragGesture bool?
final
drawerScrimColor Color?
final
endDrawer Widget?
final
endDrawerEnableOpenDragGesture bool?
final
extendBody bool?
final
extendBodyBehindAppBar bool?
final
floatingActionButton Widget?
final
floatingActionButtonAnimator FloatingActionButtonAnimator?
final
floatingActionButtonLocation FloatingActionButtonLocation?
final
hashCode int
The hash code for this object.
no setterinherited
onDrawerChanged DrawerCallback?
final
onEndDrawerChanged DrawerCallback?
final
persistentFooterAlignment AlignmentDirectional?
final
persistentFooterButtons List<Widget>?
final
primary bool?
final
resizeToAvoidBottomInset bool?
final
restorationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetKey Key?
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited