semanticLabel property
final
The semantic label of the comms button.
This label is used by accessibility frameworks (e.g. TalkBack on Android) to describe the component.
If this property is null, label or toggledLabel will be used instead.
Implementation
final String? semanticLabel;