currentStepLabel property
String?
get
currentStepLabel
Optional label for the currently active step.
Implementation
String? get currentStepLabel => currentStep?.label;
Optional label for the currently active step.
String? get currentStepLabel => currentStep?.label;