DefineMScaffoldModifier constructor
DefineMScaffoldModifier({
- bool autoHideKeyboardValue = true,
- PreferredSizeWidget? appBarValue,
- Color? valueBackgroundColor,
- bool? resizeToAvoidBottomInsetValue,
- Widget? drawerValue,
- DragStartBehavior? drawerDragStartBehaviorValue,
- Widget? endDrawerValue,
- Widget? floatingActionButtonValue,
- FloatingActionButtonLocation? floatingActionButtonLocationValue,
- FloatingActionButtonAnimator? floatingActionButtonAnimatorValue,
- Widget? bottomSheetValue,
- bool? primaryValue,
- Color? drawerScrimColorValue,
- bool? extendBodyValue,
- bool? extendBodyBehindAppBarValue,
- double? drawerEdgeDragWidthValue,
- bool? drawerEnableOpenDragGestureValue,
- bool? endDrawerEnableOpenDragGestureValue,
- DrawerCallback? onDrawerChangedValue,
- DrawerCallback? onEndDrawerChangedValue,
- String? restorationIdValue,
Implementation
DefineMScaffoldModifier({
this.autoHideKeyboardValue = true,
/// ===================From flutter===================
this.appBarValue,
this.valueBackgroundColor,
this.resizeToAvoidBottomInsetValue,
this.drawerValue,
this.drawerDragStartBehaviorValue,
this.endDrawerValue,
this.floatingActionButtonValue,
this.floatingActionButtonLocationValue,
this.floatingActionButtonAnimatorValue,
this.persistentFooterButtonsValue,
this.bottomNavigationBarValue,
this.bottomSheetValue,
this.primaryValue,
this.drawerScrimColorValue,
this.extendBodyValue,
this.extendBodyBehindAppBarValue,
this.drawerEdgeDragWidthValue,
this.drawerEnableOpenDragGestureValue,
this.endDrawerEnableOpenDragGestureValue,
this.onDrawerChangedValue,
this.onEndDrawerChangedValue,
this.restorationIdValue,
});