currentStep property
BootstrapStep?
get
currentStep
Implementation
BootstrapStep? get currentStep =>
_currentIndex < steps.length ? steps[_currentIndex] : null;
BootstrapStep? get currentStep =>
_currentIndex < steps.length ? steps[_currentIndex] : null;