AsyncDropdownComponentWidget constructor
const
AsyncDropdownComponentWidget({
- Key? key,
- required ComponentWidgetData<
DropdownOption, AsyncDropdownComponentData> componentWidgetData, - required WidgetListenable<
DropdownOption> widgetListenable,
Implementation
const AsyncDropdownComponentWidget({
super.key,
required this.componentWidgetData,
required this.widgetListenable,
});