SubZeroCarouselBanner constructor
const
SubZeroCarouselBanner({
- Key? key,
- required Widget child,
- Color? backgroundColor,
- Gradient? gradient,
- VoidCallback? onTap,
Implementation
const SubZeroCarouselBanner({
super.key,
required this.child,
this.backgroundColor,
this.gradient,
this.onTap,
});