CarouselViewTheme constructor
- Key? key,
- required CarouselViewThemeData data,
- required Widget child,
Creates a carousel theme that configures all descendant CarouselView widgets.
Implementation
const CarouselViewTheme({super.key, required this.data, required super.child});