components/carousel/gf_carousel library
Classes
- AppScrollBehavior
- How we can use this For swipe with mouse, we need to change default scroll behavior of app. Pass an AppScrollBehavior instance to scrollBehavior property of MaterialApp: MaterialApp( scrollBehavior: AppScrollBehavior(), );
- GFCarousel