leadingSemanticLabel property

String? leadingSemanticLabel
final

Semantic label for the hamburger menu button.

Defaults to 'Hamburger Menu Button'.

This label is used by accessibility frameworks (e.g. TalkBack on Android) to describe the component.

Zeta does not currently support translations, so this label should be passed in with the correct translation for the current locale.

Implementation

final String? leadingSemanticLabel;