allowImplicitScrolling property

bool allowImplicitScrolling
final

Controls whether the widget's pages will respond to RenderObject.showOnScreen, which will allow for implicit accessibility scrolling.

Corresponds to Material's PageView's allowImplicitScrolling parameter: https://api.flutter.dev/flutter/widgets/PageView-class.html

Implementation

final bool allowImplicitScrolling;