SideMenuType enum
Shrink Side Menu Types
Values
- shrikNRotate → const SideMenuType
-
child will shrink slide and rotate when sidemenu opens
- shrinkNSlide → const SideMenuType
-
child will shrink and slide when sidemenu opens
- slideNRotate → const SideMenuType
-
child will slide and rotate when sidemenu opens
- slide → const SideMenuType
-
child will slide when sidemenu opens
Properties
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
Constants
-
values
→ const List<
SideMenuType> - A constant List of the values in this enum, in order of their declaration.