clearButtonSemanticLabel property

String? clearButtonSemanticLabel
final

The semantic label for the clear button used by screen readers.

This will be used by screen reading software to identify the clear button widget. Defaults to "Clear".

Implementation

final String? clearButtonSemanticLabel;