menu
auto_suggest_box package
documentation
bloc/auto_suggest_cubit.dart
AutoSuggestCubit<T>
currentQuery property
currentQuery property
dark_mode
light_mode
currentQuery
property
String
?
get
currentQuery
Get the current query
Implementation
String? get currentQuery => _currentQuery;
auto_suggest_box package
documentation
bloc/auto_suggest_cubit
AutoSuggestCubit<T>
currentQuery property
AutoSuggestCubit class