lastStep property

int get lastStep

Implementation

int get lastStep {
  return widget.steps.length - 1;
}