CarouselViewThemeData constructor

const CarouselViewThemeData({
  1. double? elevation,
  2. Color? backgroundColor,
  3. WidgetStateProperty<Color?>? overlayColor,
  4. OutlinedBorder? shape,
  5. 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,
});