currentStep property
OnboardingStep
get
currentStep
Returns the current onboarding step being displayed.
Implementation
OnboardingStep get currentStep => steps[_currentIndex];
Returns the current onboarding step being displayed.
OnboardingStep get currentStep => steps[_currentIndex];