DefineMScaffoldModifier class
Please do not use it, just use MScaffoldModifier
.
- Available extensions
Constructors
- DefineMScaffoldModifier.new({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})
Properties
- appBarValue → PreferredSizeWidget?
-
===================From flutter===================
final
- autoHideKeyboardValue → bool
-
feature: Auto scaleless keyboard when click blank area.
final
-
final
- bottomSheetValue → Widget?
-
final
- drawerDragStartBehaviorValue → DragStartBehavior?
-
final
- drawerEdgeDragWidthValue → double?
-
final
- drawerEnableOpenDragGestureValue → bool?
-
final
- drawerScrimColorValue → Color?
-
final
- drawerValue → Widget?
-
final
- endDrawerEnableOpenDragGestureValue → bool?
-
final
- endDrawerValue → Widget?
-
final
- extendBodyBehindAppBarValue → bool?
-
final
- extendBodyValue → bool?
-
final
- floatingActionButtonAnimatorValue → FloatingActionButtonAnimator?
-
final
- floatingActionButtonLocationValue → FloatingActionButtonLocation?
-
final
- floatingActionButtonValue → Widget?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDrawerChangedValue → DrawerCallback?
-
final
- onEndDrawerChangedValue → DrawerCallback?
-
final
-
final
- primaryValue → bool?
-
final
- resizeToAvoidBottomInsetValue → bool?
-
final
- restorationIdValue → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valueBackgroundColor → Color?
-
final
Methods
-
appBar(
PreferredSizeWidget value) → DefineMScaffoldModifier -
Available on DefineMScaffoldModifier, provided by the MScaffoldModifierPropertys extension
================Flutter=========Start -
autoHideKeyboard(
bool value) → DefineMScaffoldModifier -
Available on DefineMScaffoldModifier, provided by the MScaffoldModifierPropertys extension
-
backgroundColor(
Color value) → DefineMScaffoldModifier -
Available on DefineMScaffoldModifier, provided by the MScaffoldModifierPropertys extension
-
copyWith(
{bool? autoHideKeyboardValue, 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}) → DefineMScaffoldModifier - Create a copyWith().
-
drawer(
Widget value) → DefineMScaffoldModifier -
Available on DefineMScaffoldModifier, provided by the MScaffoldModifierPropertys extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resizeToAvoidBottomInset(
bool value) → DefineMScaffoldModifier -
Available on DefineMScaffoldModifier, provided by the MScaffoldModifierPropertys extension
-
title(
String value) → DefineMScaffoldModifier -
Available on DefineMScaffoldModifier, provided by the MScaffoldModifierPropertys extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited