velocity property
double
get
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 => _hooked.velocity;