CustomPaginator constructor
CustomPaginator(
- BuildContext context,
- Color? color
Implementation
CustomPaginator(this.context, this.color);
CustomPaginator(this.context, this.color);