isLast property
bool
get
isLast
Last step of the tour: Next becomes Done.
Implementation
bool get isLast => stepIndex == totalSteps - 1;
Last step of the tour: Next becomes Done.
bool get isLast => stepIndex == totalSteps - 1;