NavigationDrawerState class

The state of the navigation drawer. Control the drawer here and use menuMode to get the mode. Your app should only have one of these and you need to keep track of it globally.

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
minimumMenuWidth double
final
minimumThickMenuWidth double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedMenuKey Key?
getter/setter pair

Methods

closeDrawer(BuildContext context) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle(BuildContext context) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited