searchFieldLabel property

  1. @override
String get searchFieldLabel
override

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

@override
String get searchFieldLabel => 'Search route';