FractionPaginationBuilder constructor

const FractionPaginationBuilder({
  1. Color? color,
  2. double fontSize = 20.0,
  3. Key? key,
  4. Color? activeColor,
  5. double activeFontSize = 35.0,
})

Implementation

const FractionPaginationBuilder({
  this.color,
  this.fontSize = 20.0,
  this.key,
  this.activeColor,
  this.activeFontSize = 35.0,
});