textFieldClearButtonSemanticsLabel property

  1. @override
String get textFieldClearButtonSemanticsLabel
override

The semantic label for the clear button in a text field.

In en, this message translates to: 'Clear'

Implementation

@override
String get textFieldClearButtonSemanticsLabel => 'Clear';