carousel_navigator

Creator: coderz1093

Last updated:

0 purchases

carousel_navigator Image
carousel_navigator Images
Add to Cart

Description:

carousel navigator

CarouselNavigator #
An attempt to make the spotlight_carousel written by dnys1 - Dillon Nys more flexible and responsive.
Using the Carousel #
Simply call the SpotlightCarousel build method, and enter the required parameters.
class MyCarousel extends StatelessWidget {
MyCarousel({this.children});

@override
Widget build(BuildContext context) {
return SpotlightCarousel(
children: children,
titles: null,
descriptions: null,
onTapped: null,
);
}
}
copied to clipboard
Simply include 2 or more children for the Carousel. You may surround this with a container in order to limit the height or width.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.