TDFractionPagination constructor
const
TDFractionPagination({
- double? width,
- double? height,
- double? borderRadius,
- Color? backgroundColor,
- Color? color = Colors.white,
- TextStyle? textStyle = const TextStyle(fontSize: 12.0, color: Colors.white),
- TextStyle? activeTextStyle = const TextStyle(fontSize: 12.0, color: Colors.white),
- Key? key,
- 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,
});