cupertino/cupertino_date_picker library
Classes
- CupertinoDatePickerWidget
- A date picker widget in iOS style.
- CupertinoTimerPicker
- A countdown timer picker in iOS style.
Enums
- CupertinoTimerPickerMode
- Different modes of CupertinoTimerPicker.
Typedefs
- SelectionOverlayBuilder = Widget? Function(BuildContext context, {required int columnCount, required int selectedIndex})
- Defines a function signature for creating a widget that serves as a selection overlay, given the current context, the selected item's index, and the total number of columns.