PageBar constructor

PageBar(
  1. List<PageData> pages,
  2. Animation<double>? animation,
  3. {IndicatorHeight indicatorHeight = IndicatorHeight.large,
  4. Color? indicatorColor,
  5. Color? indicatorForegroundColor,
  6. Key? key}
)

Implementation

PageBar(
  this.pages,
  this.animation, {
  this.indicatorHeight = IndicatorHeight.large,
  this.indicatorColor,
  this.indicatorForegroundColor,
  Key? key,
}) : super(key: key);