OnDropDownItemTap typedef

OnDropDownItemTap = void Function(int index, DropDownItem item)

Implementation

typedef OnDropDownItemTap = void Function(int index, DropDownItem item);