ProgressStepperBuilder typedef

ProgressStepperBuilder = Widget Function(BuildContext context, int index, double width)

Implementation

typedef ProgressStepperBuilder = Widget Function(
    BuildContext context, int index, double width);