semanticsLabel property

String? semanticsLabel
final

The SemanticsProperties.label for this progress indicator.

This value indicates the purpose of the progress bar, and will be read out by screen readers to indicate the purpose of this progress indicator.

This will be defaulted to MaterialLocalizations.refreshIndicatorSemanticLabel if it is null.

Implementation

final String? semanticsLabel;