disableGesture property

bool disableGesture
final

Whether or not to disable touch gestures. If this is set to true, the carousel will not respond to any touch events and will not be able to be swiped or controlled by the user. This is useful for when you want to control the carousel manually. Defaults to false.

Implementation

final bool disableGesture;