DrawerMoveController mixin

Moving Controller of the drawer. You can use this to open or close the drawer.

Properties

hashCode int
The hash code for this object.
no setterinherited
nowState DrawerState
getter of the now drawer state.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

autoMove() → void
auto open or close drawer. if the drawer is opened, close it. if the drawer is closed, open it.
close() → void
close drawer.
move(bool open) → void
open or close drawer. move(true) is same as open(). move(false) is same as close().
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
open drawer.
toString() String
A string representation of this object.
inherited

Operators

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