StepperPageIndicatorBuilder typedef

StepperPageIndicatorBuilder = Widget Function(BuildContext context, List<PageStep> pageSteps, PageControlsDetails pageControlsDetails, ValueListenable<double> pageProgress)

Implementation

typedef StepperPageIndicatorBuilder = Widget Function(
  BuildContext context,
  List<PageStep> pageSteps,
  PageControlsDetails pageControlsDetails,
  ValueListenable<double> pageProgress,
);