currentStep property

OnboardingStep get currentStep

Returns the current onboarding step being displayed.

Implementation

OnboardingStep get currentStep => steps[_currentIndex];