NiceCarouselSlide constructor
const
NiceCarouselSlide({
- Widget? content,
- String? imageUrl,
- String? title,
- String? subtitle,
- VoidCallback? onTap,
Implementation
const NiceCarouselSlide({
this.content,
this.imageUrl,
this.title,
this.subtitle,
this.onTap,
});