RectSwiperPaginationBuilder constructor

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

Implementation

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