reset method
void
reset()
Sets the controller's value to lowerBound, stopping the animation.
Ensures:
- Stops any running simulation and resets value to lowerBound.
Example:
controller.reset();
Implementation
void reset() => _delegate.reset();