currentStep property
NiceTutorialStep?
get
currentStep
Implementation
NiceTutorialStep? get currentStep =>
_active && _currentIndex < widget.steps.length
? widget.steps[_currentIndex]
: null;