flingVelocity property

num flingVelocity
final

The velocity at which the user flings the screen to reveal the hidden page.

This is used to determine whether to complete or reverse the animation.

If the velocity is greater than this value, the animation will complete.

Implementation

final num flingVelocity;