DotSwiperPaginationBuilder constructor

const DotSwiperPaginationBuilder({
  1. Color? activeColor,
  2. Color? color,
  3. Key? key,
  4. double size = 10.0,
  5. double activeSize = 10.0,
  6. double space = 3.0,
})

Implementation

const DotSwiperPaginationBuilder({
  this.activeColor,
  this.color,
  this.key,
  this.size = 10.0,
  this.activeSize = 10.0,
  this.space = 3.0,
});