enableScrollAfterDragEnd property

bool enableScrollAfterDragEnd
final

If you release the scroll bar after scrolling, the scroll bar moves further according to the moving speed.

If set to false, the scroll bar will stop moving as soon as the scroll bar is released.

Implementation

final bool enableScrollAfterDragEnd;