semanticsLabel property
final
Semantics label used for the barrier if it is dismissible.
The semantics label is read out by accessibility tools (e.g. TalkBack on Android and VoiceOver on iOS) when the barrier is focused.
See also:
- ModalRoute.barrierLabel, which controls this property for the ModalBarrier built by ModalRoute pages.
Implementation
final String? semanticsLabel;