dropdown/drop_down_typedef library
Classes
- DropDownHeaderStatus
- DropDownMenu header component status
-
DropDownItem<
T> - DropDownMenu data model
- DropDownViewProperty
- DropDownMenu body component property
- DropDownViewStatefulWidget
- DropDownMenu body component StatefulWidget
- DropDownViewStatelessWidget
- 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)