semanticLabel property

String? semanticLabel
final

The semantic label of the button.

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

If this property is null, label will be used instead.

Implementation

final String? semanticLabel;