announceStep property

String Function(int stepIndex, int totalSteps, String title)? announceStep
final

Screen-reader announcement per step; null — "Step N of M: <title>". Gets the 0-based stepIndex, total count and resolved title (targetId when the step has none).

Implementation

final String Function(int stepIndex, int totalSteps, String title)?
    announceStep;