WidgetsCarousel constructor
const
WidgetsCarousel({})
Implementation
const WidgetsCarousel({
required this.dot_colors_active,
required this.dot_color_inactive,
required this.children,
this.auto_scroll = false,
required this.update_current_page,
});