semanticLabel property
final
The semantic label of the dialog used by accessibility frameworks to announce screen transitions when the dialog is opened and closed.
If this label is not provided, a semantic label will be inferred from the title if it is not null. If there is no title, the label will be taken from MaterialLocalizations.dialogLabel.
See also:
- SemanticsConfiguration.namesRoute, for a description of how this value is used.
Implementation
final String? semanticLabel;