AppCarouselTheme constructor

AppCarouselTheme({
  1. Color? backgroundColor,
  2. double? elevation,
  3. ShapeBorder? shape,
})

Implementation

AppCarouselTheme({
  this.backgroundColor,
  this.elevation,
  this.shape,
});