searchHint property
Hint text for the search field.
Implementation
String get searchHint => Intl.message(
'Search...',
name: 'searchHint',
desc: 'Hint text displayed in the search input field',
locale: locale.toString(),
);
Hint text for the search field.
String get searchHint => Intl.message(
'Search...',
name: 'searchHint',
desc: 'Hint text displayed in the search input field',
locale: locale.toString(),
);