scrollPhysics property
final
The ScrollPhysics to use when vertically scrolling the input.
If not specified, it will behave according to the current platform.
See Scrollable.physics.
If an explicit ScrollBehavior is provided to scrollBehavior, the ScrollPhysics provided by that behavior will take precedence after scrollPhysics.
Implementation
final ScrollPhysics? scrollPhysics;