velocity property

  1. @override
double velocity
override

If applicable, the velocity at which the scroll offset is currently independently changing (i.e. without external stimuli such as a dragging gestures) in logical pixels per second for this activity.

Implementation

@override
double get velocity => _controller.velocity;