customize/styles/index library
Classes
-
CalendarBuildersCustomize<
T> -
Class containing all custom builders for
TableCalendar. - CalendarStyleCustomize
-
Class containing styling and configuration for
TableCalendar's content. - DaysOfWeekStyleCustomize
-
Class containing styling for
TableCalendar's days of week panel. - HeaderStyleCustomize
-
Class containing styling and configuration of
TableCalendar's header. - PositionedOffset
-
Helper class containing data for internal
Positionedwidget.
Typedefs
- HighlightBuilder = Widget? Function(BuildContext context, DateTime day, bool isWithinRange)
-
Signature for a function that creates a background highlight for a given
day. -
MarkerBuilder<
T> = Widget? Function(BuildContext context, DateTime day, List< T> events) -
Signature for a function that creates an event marker for a given
day. Contains a list ofeventsassociated with thatday. -
SingleMarkerBuilder<
T> = Widget? Function(BuildContext context, DateTime day, T event) -
Signature for a function that creates a single event marker for a given
day. Contains a singleeventassociated with thatday.