CarouselViewTheme constructor

const CarouselViewTheme({
  1. Key? key,
  2. required CarouselViewThemeData data,
  3. required Widget child,
})

Creates a carousel theme that configures all descendant CarouselView widgets.

Implementation

const CarouselViewTheme({super.key, required this.data, required super.child});