scrollPhysics property

ScrollPhysics? scrollPhysics
final

The ScrollPhysics to use when horizontally scrolling the input.

If not specified, it will behave according to the current platform.

See Scrollable.physics.

Implementation

final ScrollPhysics? scrollPhysics;