menu
auto_suggest_box package
documentation
bloc/auto_suggest_state.dart
AutoSuggestLoading<T>
AutoSuggestLoading.new const constructor
AutoSuggestLoading.new const constructor
dark_mode
light_mode
AutoSuggestLoading<
T
>
constructor
const
AutoSuggestLoading<
T
>
(
{
required
String
query
,
List
<
T
>
?
previousItems
,
bool
isLoadingMore
=
false
,
})
Implementation
const AutoSuggestLoading({ required this.query, this.previousItems, this.isLoadingMore = false, });
auto_suggest_box package
documentation
bloc/auto_suggest_state
AutoSuggestLoading<T>
AutoSuggestLoading.new const constructor
AutoSuggestLoading class