scrollPhysics property

ScrollPhysics? scrollPhysics
final

Determines the scroll physics of a date picker widget.

Can be null. In this case default physics for ScrollView will be used.

Implementation

final ScrollPhysics? scrollPhysics;