menuDismissLabel property

  1. @override
String menuDismissLabel
override

Label read out by accessibility tools (TalkBack or VoiceOver) for a context menu to indicate that a tap dismisses the context menu.

Implementation

@override
String get menuDismissLabel => 'Dismiss menu';