PaginateButtonStyles constructor

PaginateButtonStyles({
  1. double? fontSize,
  2. Color? backgroundColor,
  3. Color? activeBackgroundColor,
  4. BorderRadius? paginateButtonBorderRadius,
  5. TextStyle? textStyle,
  6. TextStyle? activeTextStyle,
})

Implementation

PaginateButtonStyles(
    {this.fontSize,
    this.backgroundColor,
    this.activeBackgroundColor,
    this.paginateButtonBorderRadius,
    this.textStyle,
    this.activeTextStyle});