ImageSlider constructor

const ImageSlider({
  1. List? images,
  2. String? borderRadius,
  3. Color? indicatorColor,
  4. String? indicatorShape = '0',
  5. Color? selectedColor,
  6. int? slidingTime,
  7. Key? key,
})

Implementation

const ImageSlider(
    {this.images,
    this.borderRadius,
    this.indicatorColor,
    this.indicatorShape = '0',
    this.selectedColor,
    this.slidingTime,
    super.key});