FluentAutoSuggestBoxState<T> constructor
const
FluentAutoSuggestBoxState<T> ({
- List<
FluentAutoSuggestBoxItem< items = const [],T> > - FluentAutoSuggestBoxItem<
T> ? selectedItem, - String text = '',
- bool isLoading = false,
- Object? error,
- bool isOverlayVisible = false,
- bool isEnabled = true,
- bool isReadOnly = false,
Implementation
const FluentAutoSuggestBoxState({
this.items = const [],
this.selectedItem,
this.text = '',
this.isLoading = false,
this.error,
this.isOverlayVisible = false,
this.isEnabled = true,
this.isReadOnly = false,
});