ImageSlider constructor

ImageSlider({
  1. required List imageUrls,
  2. required Color? bodyBackgroundColor,
})

Implementation

ImageSlider({required this.imageUrls, required this.bodyBackgroundColor});