semanticLabel property
final
Value passed to the wrapping Semantics widget.
If null, the label will be used.
This label is used by accessibility frameworks (e.g. TalkBack on Android) to describe the component.
Implementation
final String? semanticLabel;