AppCarouselTheme constructor
AppCarouselTheme({
- Color? backgroundColor,
- double? elevation,
- ShapeBorder? shape,
Implementation
AppCarouselTheme({
this.backgroundColor,
this.elevation,
this.shape,
});