cupertino/cupertino_date_picker library

Classes

CupertinoDatePickerWidget
A date picker widget in iOS style.
CupertinoTimerPicker
A countdown timer picker in iOS style.

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.