scrollPhysics property

ScrollPhysics? scrollPhysics
final

The ScrollPhysics to use when vertically scrolling the input.

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

See Scrollable.physics.

Implementation

final ScrollPhysics? scrollPhysics;