fillSearchField property

String get fillSearchField

Tooltip for fill search field button.

Implementation

String get fillSearchField => Intl.message(
  'Fill search field',
  name: 'fillSearchField',
  desc: 'Tooltip for button that fills search field with suggestion',
  locale: locale.toString(),
);