reset method

void reset()

Sets the controller's value to lowerBound, stopping the animation.

Ensures:

Example:

controller.reset();

Implementation

void reset() => _delegate.reset();