semanticLabel property
final
Semantic label for the icon.
Announced in accessibility modes (e.g TalkBack/VoiceOver). This label does not show in the UI.
See also:
- SemanticsProperties.label, which is set to semanticLabel in the underlying Semantics widget.
Implementation
final String? semanticLabel;