isFirstStep property

bool get isFirstStep

Whether the current step is the first step.

Implementation

bool get isFirstStep => _currentIndex <= 0;