WaveSliderController class
Controls the behavior and animation characteristics of a WaveSlider.
This controller allows fine-grained customization of how the wave responds to user interaction and animation direction.
Constructors
- WaveSliderController({bool animateWave = true, bool flatlineOnDrag = true, bool reverseDirection = false})
-
Creates a WaveSliderController with configurable wave behavior.
const
Properties
- animateWave → bool
-
Whether the wave animation is enabled.
final
- flatlineOnDrag → bool
-
Whether the wave flattens while the user is dragging the slider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- reverseDirection → bool
-
Whether the wave animation direction is reversed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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