selectedStepIndex property

int selectedStepIndex
final

Index of selected step.

The selected step item is drawn as defined in selectedStep. All step items before selected step are drawn as completedStep and all step items after it are drawn as incompleteStep.

Implementation

final int selectedStepIndex;