semanticLabel property

String? semanticLabel
final

Label passed to wrapping Semantics widget.

This label is used by accessibility frameworks (e.g. TalkBack on Android) to describe the component.

If null, label is used.

Implementation

final String? semanticLabel;