NiceCarouselIndicatorStyle constructor

const NiceCarouselIndicatorStyle({
  1. double width = 8,
  2. double activeWidth = 24,
  3. double height = 8,
  4. double spacing = 4,
  5. Color? color,
  6. Color? activeColor,
})

Implementation

const NiceCarouselIndicatorStyle({
  this.width = 8,
  this.activeWidth = 24,
  this.height = 8,
  this.spacing = 4,
  this.color,
  this.activeColor,
});