SlideRevealProgress class
Data class that contains information about the current slide reveal progress
Constructors
- SlideRevealProgress.new({required RevealSide? activeSide, required double value, required RevealState state})
-
const
Properties
- activeSide → RevealSide?
-
The side that is currently active (null if no side is active)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAnimating → bool
-
Whether the animation is currently in progress
no setter
- isOpen → bool
-
Whether any panel is currently open or opening
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → RevealState
-
The current state of the reveal animation
final
- value → double
-
The current animation value (between 0.0 and 1.0)
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited