semanticLabel property

String? semanticLabel
final

The semantic label of the dialog used by accessibility frameworks to announce screen transitions when the drawer is opened and closed.

If this label is not provided, it will default to MaterialLocalizations.drawerLabel.

See also:

  • SemanticsConfiguration.namesRoute, for a description of how this value is used.

Implementation

final String? semanticLabel;