scrollEnabled property

bool scrollEnabled
final

A Boolean value indicating whether horizontal swipe gestures will trigger back-forward list navigations.

This only works on iOS.

By default scrollEnable is true.

Implementation

final bool scrollEnabled;