isFirstStep property
bool
get
isFirstStep
Whether the current step is the first step.
Implementation
bool get isFirstStep => _currentIndex <= 0;
Whether the current step is the first step.
bool get isFirstStep => _currentIndex <= 0;