DefineMScaffoldModifier constructor

DefineMScaffoldModifier({
  1. bool autoHideKeyboardValue = true,
  2. PreferredSizeWidget? appBarValue,
  3. Color? valueBackgroundColor,
  4. bool? resizeToAvoidBottomInsetValue,
  5. Widget? drawerValue,
  6. DragStartBehavior? drawerDragStartBehaviorValue,
  7. Widget? endDrawerValue,
  8. Widget? floatingActionButtonValue,
  9. FloatingActionButtonLocation? floatingActionButtonLocationValue,
  10. FloatingActionButtonAnimator? floatingActionButtonAnimatorValue,
  11. List<Widget>? persistentFooterButtonsValue,
  12. Widget? bottomNavigationBarValue,
  13. Widget? bottomSheetValue,
  14. bool? primaryValue,
  15. Color? drawerScrimColorValue,
  16. bool? extendBodyValue,
  17. bool? extendBodyBehindAppBarValue,
  18. double? drawerEdgeDragWidthValue,
  19. bool? drawerEnableOpenDragGestureValue,
  20. bool? endDrawerEnableOpenDragGestureValue,
  21. DrawerCallback? onDrawerChangedValue,
  22. DrawerCallback? onEndDrawerChangedValue,
  23. 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,
});