customize/components/index library
Classes
- CalendarCoreCustomize
- CalendarHeaderCustomize
- CalendarPageCustomize
- CellContentCustomize
- CustomIconButtonCustomize
- CustomSwitchCustomize
- FormatButtonCustomize
- TableCalendarBaseCustomize
-
TableCalendarCustomize<
T> - Highly customizable, feature-packed Flutter calendar with gestures, animations and multiple formats.
- YearCalendarCoreCustomize
- YearCalendarPageCustomize
- YearCellContentCustomize
Enums
- CalendarTypeMode
- Modes that calendar type.
- RangeSelectionMode
- Modes that range selection can operate in.
Typedefs
- OnDaySelected = void Function(DateTime selectedDay, DateTime focusedDay)
-
Signature for
onDaySelected
callback. Contains the selected day and focused day. - OnRangeSelected = void Function(DateTime? start, DateTime? end, DateTime focusedDay)
-
Signature for
onRangeSelected
callback. Contains start and end of the selected range, as well as currently focused day.