hasPrevious property

bool hasPrevious

Returns false if the wizard page is the first page.

Implementation

bool get hasPrevious => widget._index > 0;