NavigationViewAndroidProperty class
- Inheritance
-
- Object
- CoreAndroidProperty
- NavigationViewAndroidProperty
Constructors
-
const
Properties
- bottomSheet → Widget?
-
The persistent bottom sheet to display.
final
- drawer → Widget?
-
A panel displayed to the side of the
body, often hidden on mobile devices. Swipes in from either left-to-right (TextDirection.ltr) or right-to-left (TextDirection.rtl)final - drawerDragStartBehavior → DragStartBehavior?
-
Determines the way that drag start behavior is handled.
final
- drawerEdgeDragWidth → double?
-
The width of the area within which a horizontal swipe will open the
drawer.
final
- drawerEnableOpenDragGesture → bool?
-
Determines if the Scaffold.drawer can be opened with a drag
gesture on mobile.
final
- drawerScrimColor → Color?
-
The color to use for the scrim that obscures primary content while a drawer is open.
final
- endDrawer → Widget?
-
A panel displayed to the side of the
body, often hidden on mobile devices. Swipes in from right-to-left (TextDirection.ltr) or left-to-right (TextDirection.rtl)final - endDrawerEnableOpenDragGesture → bool?
-
Determines if the Scaffold.endDrawer can be opened with a
gesture on mobile.
final
- extendBody → bool?
-
If true, and
bottomNavigationBaror persistentFooterButtons is specified, then thebodyextends to the bottom of the Scaffold, instead of only extending to the top of thebottomNavigationBaror the persistentFooterButtons.final - extendBodyBehindAppBar → bool?
-
If true, and an
appBaris specified, then the height of thebodyis extended to include the height of the app bar and the top of the body is aligned with the top of the app bar.final - floatingActionButton → Widget?
-
A button displayed floating above
body, in the bottom right corner.final - floatingActionButtonAnimator → FloatingActionButtonAnimator?
-
Animator to move the floatingActionButton to a new floatingActionButtonLocation.
final
- floatingActionButtonLocation → FloatingActionButtonLocation?
-
Responsible for determining where the floatingActionButton should go.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onDrawerChanged → DrawerCallback?
-
Optional callback that is called when the Scaffold.drawer is opened or closed.
final
- onEndDrawerChanged → DrawerCallback?
-
Optional callback that is called when the Scaffold.endDrawer is opened or closed.
final
-
The alignment of the persistentFooterButtons inside the OverflowBar.
final
-
A set of buttons that are displayed at the bottom of the scaffold.
final
- primary → bool?
-
Whether this scaffold is being displayed at the top of the screen.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited