BannerCarousel constructor

const BannerCarousel({
  1. Key? key,
  2. required List<String> imagePaths,
  3. double borderRadius = 12.0,
  4. double height = 120,
})

Implementation

const BannerCarousel(
    {super.key,
    required this.imagePaths,
    this.borderRadius = 12.0,
     this.height=120});