widgets/alh_calendar library

Classes

AlhCalendar

Typedefs

DayBuilder = Widget Function(CalendarDayBuilderModel calendarDayBuilderModel)
Signature for a function that builds a widget for a given day.
DayOfWeekBuilder = Widget Function(String dayOfWeek, bool isWeekEnd)
Signature for a function that builds a widget for the day of the week calendarCell.
HeaderTitleBuilder = Widget Function(DateTime date)
Signature for a function that builds a widget for a title.