noResultsFoundLabel property

  1. @override
String noResultsFoundLabel
override

The label used by AutoSuggestBox when the results can't be found.

In en, this message translates to: 'No results found'

Implementation

@override
String get noResultsFoundLabel => '找不到相關結果';