isFastScrollingEnabled property

bool isFastScrollingEnabled
final

isFastScrollingEnabled can be used to scrolling fast the PageView. But it will not work if autoPlay is enabled. It also sets the scrollPhysics to ClampingScrollPhysics.

Implementation

final bool isFastScrollingEnabled;