searchFieldLabel property

String? searchFieldLabel
final

The hint text that is shown in the search field when it is empty.

If this value is set to null, the value of MaterialLocalizations.of(context).searchFieldLabel will be used instead.

Implementation

final String? searchFieldLabel;