PageIndicatorStyle constructor

const PageIndicatorStyle({
  1. double? width,
  2. Color? activeColor,
  3. Color? inactiveColor,
  4. Size? activeSize,
  5. Size? inactiveSize,
})

Implementation

const PageIndicatorStyle({
  this.width,
  this.activeColor,
  this.inactiveColor,
  this.activeSize,
  this.inactiveSize,
});