currentStep property
SurveyStep
get
currentStep
Returns the current step in the survey.
Implementation
SurveyStep get currentStep => steps[currentStepIndex];
Returns the current step in the survey.
SurveyStep get currentStep => steps[currentStepIndex];