currentStep property

int currentStep
final

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;