OnDropDownItemsConfirm typedef
OnDropDownItemsConfirm =
void Function(List<DropDownItem> checkedItems)
Implementation
typedef OnDropDownItemsConfirm = void Function(List<DropDownItem> checkedItems);
typedef OnDropDownItemsConfirm = void Function(List<DropDownItem> checkedItems);