customize/components/table_calendar_customize
library
Classes
-
TableCalendarCustomize<T>
-
Highly customizable, feature-packed Flutter calendar with gestures, animations and multiple formats.
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.