physics property

ScrollPhysics? physics
final

An object that can be used to control the position to which this scroll view is scrolled.

This is passed directly to the AnimatedList's physics attribute For more information see the AnimatedList.physics

Implementation

final ScrollPhysics? physics;