MaterialScaffoldData class
base
Constructors
-
MaterialScaffoldData({Key? widgetKey, Color? backgroundColor, bool resizeToAvoidBottomInset = kDefaultResizeToAvoidBottomInset, Widget? body, PreferredSizeWidget? appBar, Widget? floatingActionButton, FloatingActionButtonLocation? floatingActionButtonLocation, FloatingActionButtonAnimator? floatingActionButtonAnimator, Widget? drawer, void onDrawerChanged(bool)?, Widget? endDrawer, void onEndDrawerChanged(bool)?, Widget? bottomSheet, bool primary = kPrimary, DragStartBehavior drawerDragStartBehavior = kDrawerDragStartBehavior, bool extendBody = kExtendBody, bool drawerBarrierDismissible = kDrawerBarrierDismissible, bool extendBodyBehindAppBar = kExtendBodyBehindAppBar, Color? drawerScrimColor, double? drawerEdgeDragWidth, bool drawerEnableOpenDragGesture = kDrawerEnableOpenDragGesture, bool endDrawerEnableOpenDragGesture = kEndDrawerEnableOpenDragGesture, String? restorationId})
-
const
-
MaterialScaffoldData.withBottomSheetScrimBuilder({required Widget? bottomSheetScrimBuilder(BuildContext, Animation<double>)?, Key? widgetKey, Color? backgroundColor, bool resizeToAvoidBottomInset = kDefaultResizeToAvoidBottomInset, Widget? body, PreferredSizeWidget? appBar, Widget? floatingActionButton, FloatingActionButtonLocation? floatingActionButtonLocation, FloatingActionButtonAnimator? floatingActionButtonAnimator, Widget? drawer, void onDrawerChanged(bool)?, Widget? endDrawer, void onEndDrawerChanged(bool)?, Widget? bottomSheet, bool primary = kPrimary, DragStartBehavior drawerDragStartBehavior = kDrawerDragStartBehavior, bool extendBody = kExtendBody, bool drawerBarrierDismissible = kDrawerBarrierDismissible, bool extendBodyBehindAppBar = kExtendBodyBehindAppBar, Color? drawerScrimColor, double? drawerEdgeDragWidth, bool drawerEnableOpenDragGesture = kDrawerEnableOpenDragGesture, bool endDrawerEnableOpenDragGesture = kEndDrawerEnableOpenDragGesture, String? restorationId})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited