menu
fluent_ui package
documentation
fluent_ui.dart
AutoSuggestBox<T>
items property
items property
dark_mode
light_mode
items
property
List
<
AutoSuggestBoxItem
<
T
>
>
items
final
The list of items to display to the user to pick
Implementation
final List<AutoSuggestBoxItem<T>> items;
fluent_ui package
documentation
fluent_ui
AutoSuggestBox<T>
items property
AutoSuggestBox class