horizontalScrollPhysics property

ScrollPhysics horizontalScrollPhysics
final

How the horizontal scroll view should respond to user input. For example, determines how the horizontal scroll view continues to animate after the user stops dragging the scroll view.

Defaults to AlwaysScrollableScrollPhysics.

Implementation

final ScrollPhysics horizontalScrollPhysics;