drop_down_list library
Classes
- DropDown
- DropDownDate
- DropDownDateState
- DropDownNumerical
- DropDownNumState
- DropDownState
- MainBody
- This is main class to display the bottom sheet body.
- MainBodyCal
- This is main class to display the bottom sheet body.
- NumPadBody
- This is main class to display the bottom sheet body.
Typedefs
- BottomNumSheetListener = bool Function(DraggableScrollableNotification draggableScrollableNotification)
- BottomSheetCalListener = bool Function(DraggableScrollableNotification draggableScrollableNotification)
- BottomSheetListener = bool Function(DraggableScrollableNotification draggableScrollableNotification)
- ChangeValueCallBack = dynamic Function(DateTime selectedItems)
- ListItemBuilder = Widget Function(int index)
-
ListItemsCallBack
= dynamic Function(List<
double> ? listItems) - NewSetCallBack = dynamic Function(double? prndingValue)
- RangeCallBack = dynamic Function(bool isOutOfRange)
-
SelectedItemsCallBack
= dynamic Function(List<
SelectedListItem> selectedItems)