currentStepData property
NiceTutorialStep?
get
currentStepData
Implementation
NiceTutorialStep? get currentStepData =>
_currentStep >= 0 && _currentStep < steps.length
? steps[_currentStep]
: null;