flutter_carousel_slider
flutter_carousel_slider copied to clipboard
Touch slider
How to disable touch (finger) sliding.
I'm about to slide them only through the controller.
How to disable touch (finger) sliding.
I'm about to slide them only through the controller.
options: CarouselOptions( scrollPhysics: const NeverScrollableScrollPhysics(), // 禁止滑动 ),
How to disable touch (finger) sliding. I'm about to slide them only through the controller.
options: CarouselOptions( scrollPhysics: const NeverScrollableScrollPhysics(), // 禁止滑动 ),
Thanks !
Hi, @ibrahimkelly
You can now use disableGesture
property to achieve your desired action. You can do that via my fork.
Hi, @ibrahimkelly
You can now use
disableGesture
property to achieve your desired action. You can do that via my fork.
Does the page index is simple to use without manuel implementation