CarouselViewThemeData constructor
- double? elevation,
- Color? backgroundColor,
- WidgetStateProperty<
Color?> ? overlayColor, - OutlinedBorder? shape,
- EdgeInsets? padding,
Creates a theme that can be used for ThemeData.carouselViewTheme.
Implementation
const CarouselViewThemeData({
this.elevation,
this.backgroundColor,
this.overlayColor,
this.shape,
this.padding,
});