TDFractionPagination constructor

const TDFractionPagination({
  1. double? width,
  2. double? height,
  3. double? borderRadius,
  4. Color? backgroundColor,
  5. Color? color = Colors.white,
  6. TextStyle? textStyle = const TextStyle(fontSize: 12.0, color: Colors.white),
  7. TextStyle? activeTextStyle = const TextStyle(fontSize: 12.0, color: Colors.white),
  8. Key? key,
  9. Color? activeColor = Colors.white,
})

Implementation

const TDFractionPagination({
  this.width,
  this.height,
  this.borderRadius,
  this.backgroundColor,
  this.color = Colors.white,
  this.textStyle = const TextStyle(fontSize: 12.0, color: Colors.white),
  this.activeTextStyle = const TextStyle(fontSize: 12.0, color: Colors.white),
  this.key,
  this.activeColor = Colors.white,
});