TDSwiperDotsPagination constructor

const TDSwiperDotsPagination({
  1. Color? activeColor,
  2. Color? color,
  3. Key? key,
  4. double size = 6.0,
  5. double activeSize = 6.0,
  6. double space = 4.0,
  7. double? roundedRectangleWidth,
  8. int? animationDuration,
})

Implementation

const TDSwiperDotsPagination({
  this.activeColor,
  this.color,
  this.key,
  this.size = 6.0,
  this.activeSize = 6.0,
  this.space = 4.0,
  this.roundedRectangleWidth,
  this.animationDuration,
});