LateralMenuController class
A provider class for managing lateral menu animations and state.
Constructors
Properties
- animationController → AnimationController
-
Retrieves the animation controller used for lateral menu animations.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
offsetAnimation
→ Animation<
Offset> -
Retrieves the offset animation controlling lateral menu slide-in/out.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disposeAnimation(
) → void - Disposes of the animation controller when it is no longer needed.
-
initAnimation(
{TickerProvider? ticker}) → void - Initializes the animation controller and offset animation for lateral menu.
-
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