physics property

ScrollPhysics? physics
final

How the page view should respond to user input.

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

Implementation

final ScrollPhysics? physics;