scroll_datetime_picker library
Classes
- DateTimePickerCenterWidget
- Class representing customizable center widgets for a datetime picker.
- DateTimePickerController
- A state manager for the datetime picker.
- DateTimePickerData
- A data class representing the state of the datetime picker.
- DateTimePickerItemFlex
- Class to specify the flex width (proportional space) for different date and time items in a datetime picker.
- DateTimePickerOption
- Set datetime configuration for the picker
- DateTimePickerStyle
- Set styles for the DateTime picker widget
- DateTimePickerWheelOption
- Set custom appearance for the picker wheel
- ScrollDateTimePicker
- A customizable Scrollable DateTimePicker.
Extensions
- DateTimePickerCenterWidgetX on DateTimePickerCenterWidget
-
Extension providing additional methods for
DateTimePickerCenterWidget
. - DateTimePickerItemFlexX on DateTimePickerItemFlex
-
Extension to retrieve the flex width for a specific
DateTimeType
. - DateTimePickerOptionX on DateTimePickerOption
Typedefs
- DateTimePickerItemBuilder = Widget Function(BuildContext context, String pattern, String text, bool isActive, bool isDisabled)