physics property

ScrollPhysics? physics
final

How the scroll view should respond to user input.

For example, determines how the scroll view continues to animate after the user stops dragging the scroll view.

If an explicit ScrollBehavior is provided to scrollBehavior, the ScrollPhysics provided by that behavior will take precedence after physics.

Defaults to matching platform conventions.

Implementation

final ScrollPhysics? physics;