scrollPhysics property

ScrollPhysics? scrollPhysics
final

The ScrollPhysics to use when vertically scrolling the input.

This only has effect if scrollable is set to true.

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

See Scrollable.physics.

Implementation

final ScrollPhysics? scrollPhysics;