FutureComboBox<T> constructor
const
FutureComboBox<T> ({})
A combobox displaying a progress indicator while the future options
is
not completed.
Implementation
const FutureComboBox({
super.key,
required this.options,
required this.itemBuilder,
required this.onSelected,
this.onError,
this.label,
this.loaderBuilder,
this.style,
});