AsyncDropdownComponentWidget constructor

const AsyncDropdownComponentWidget({
  1. Key? key,
  2. required ComponentWidgetData<DropdownOption, AsyncDropdownComponentData> componentWidgetData,
  3. required WidgetListenable<DropdownOption> widgetListenable,
})

Implementation

const AsyncDropdownComponentWidget({
  super.key,
  required this.componentWidgetData,
  required this.widgetListenable,
});