physics property

ScrollPhysics? physics
final

How the stepper's 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 the stepper is contained within another scrollable it can be helpful to set this property to ClampingScrollPhysics.

Implementation

final ScrollPhysics? physics;