currentStep property
The current step in the progress bar.
This determines how many steps are active (filled with the active color). Must be between 0 and totalSteps.
Implementation
final int currentStep;
The current step in the progress bar.
This determines how many steps are active (filled with the active color). Must be between 0 and totalSteps.
final int currentStep;