FPCAccentLightPageIndicator constructor

const FPCAccentLightPageIndicator({
  1. Key? key,
  2. required int length,
  3. required int index,
  4. double? height,
  5. double? unselectedWidth,
  6. double? selectedWidth,
  7. Duration? duration,
})

Implementation

const FPCAccentLightPageIndicator({
  super.key,
  required this.length,
  required this.index,
  this.height,
  this.unselectedWidth,
  this.selectedWidth,
  this.duration,
});