isLast property

bool get isLast

Implementation

bool get isLast => _currentIndex == widget.steps.length - 1;