semanticLabel property

String? semanticLabel
final

The semantic label of the drawer 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:

Implementation

final String? semanticLabel;