pageSnapping property

bool pageSnapping
final

Set to false to disable page snapping, useful for custom scroll behavior.

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

Implementation

final bool pageSnapping;