CustomSwiperPagination constructor

CustomSwiperPagination({
  1. Color? color = Colors.grey,
  2. Color? activeColor = Colors.blue,
  3. double space = 3.0,
  4. double size = 6.0,
  5. double activeSize = 20.0,
  6. double bottom = -20,
  7. Key? key,
})

Implementation

CustomSwiperPagination(
    {this.color = Colors.grey,
      this.activeColor = Colors.blue,
      this.space = 3.0,
      this.size = 6.0,
      this.activeSize = 20.0,
      this.bottom=-20,
      this.key});