SimplePageIndicatorPainter constructor

const SimplePageIndicatorPainter({
  1. int? itemCount,
  2. Color? indicatorColor,
  3. double? maxSize,
  4. double? space,
  5. double? minSize,
  6. int? pageIndex,
  7. double? pageOffset,
  8. bool? isStart,
  9. bool? isEnd,
})

Implementation

const SimplePageIndicatorPainter(
    {this.itemCount,
    this.indicatorColor,
    this.maxSize,
    this.space,
    this.minSize,
    this.pageIndex,
    this.pageOffset,
    this.isStart,
    this.isEnd});