build abstract method

Widget build(
  1. BuildContext context,
  2. int currentStep,
  3. int totalSteps
)

Builds the progress indicator widget.

Implementation

Widget build(BuildContext context, int currentStep, int totalSteps);