dropdown/drop_down_typedef library

Classes

DropDownMenu header component status
DropDownMenu data model
DropDownMenu body component property
DropDownMenu body component StatefulWidget
DropDownMenu body component StatelessWidget

Typedefs

IndexedWidgetBuilder = Widget Function(BuildContext context, int index, bool check)
OnDropDownBlockItemChanged = void Function(int blockIndex, int index, List<DropDownItem> items)
OnDropDownExpandStateChanged = void Function(bool expand)
OnDropDownHeaderItemTap = void Function(int index, DropDownItem item)
OnDropDownHeaderUpdate = DropDownHeaderStatus? Function(List<DropDownItem> checkedItems)
OnDropDownItemChanged = void Function(int index, List<DropDownItem> items)
OnDropDownItemLimitExceeded = void Function(List<DropDownItem> items)
OnDropDownItemsConfirm = void Function(List<DropDownItem> checkedItems)
OnDropDownItemsReset = void Function(List<DropDownItem> items)
OnDropDownItemTap = void Function(int index, DropDownItem item)