MaterialScaffoldData class
Constructors
- MaterialScaffoldData({Color backgroundColor, Widget body, Key widgetKey, PreferredSizeWidget appBar, Widget drawer, Widget endDrawer, Widget floatingActionButton, FloatingActionButtonAnimator floatingActionButtonAnimator, FloatingActionButtonLocation floatingActionButtonLocation, bool primary, Widget bottomSheet, DragStartBehavior drawerDragStartBehavior, bool extendBody, bool resizeToAvoidBottomInset, Color drawerScrimColor, double drawerEdgeDragWidth, bool extendBodyBehindAppBar, bool drawerEnableOpenDragGesture, bool endDrawerEnableOpenDragGesture})
Properties
- appBar → PreferredSizeWidget
-
final
- backgroundColor → Color
-
final, inherited
- body → Widget
-
final, inherited
-
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. [...]
read-only, inherited
-
final
- primary → bool
-
final
- resizeToAvoidBottomInset → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- widgetKey → Key
-
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited