isFirstStep property
bool
get
isFirstStep
Whether this is the first step
Implementation
bool get isFirstStep => currentStep == 0;
Whether this is the first step
bool get isFirstStep => currentStep == 0;