velocity property

double velocity

The rate of change of value per second.

If isAnimating is false, then value is not changing and the rate of change is zero.

Implementation

double get velocity => _controller.velocity;