stepAriaLabel method

String stepAriaLabel(
  1. StepDirective step
)

Implementation

String stepAriaLabel(StepDirective step) => _stepAriaLabel[step] ??=
    _stepAriaAnnounce(step.index + 1, steps.length, step.name);