physics property

ScrollPhysics? physics
final

The scrollPhysics to apply to the carousel layout.

Defaults to NeverScrollableScrollPhysics to allow scroll control only by horizontal swipe gesture.

Implementation

final ScrollPhysics? physics;