canPrevious method

  1. @override
bool canPrevious()
override

Implementation

@override
bool canPrevious() {
  return _currentStepIndex > 0;
}