physics property

ScrollPhysics? physics
finalinherited

How the scroll view should respond to user input.

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

Defaults to matching platform conventions.

Implementation

final ScrollPhysics? physics;