widgets/calendar library
A calendar.
See https://forui.dev/docs/calendar for working examples.
Classes
- FCalendar
- A calendar.
-
FCalendarController<
T> - A controller that controls date selection in a calendar.
- FCalendarDayPickerStyle
- A day picker's style.
- FCalendarEntryStyle
- A calendar entry's style.
- FCalendarHeaderStyle
- The calendar header's style.
- FCalendarStyle
- The calendar's style.
Enums
- FCalendarPickerType
- The current picker type.
Extensions
- $FCalendarDayPickerStyleTransformations on FCalendarDayPickerStyle
- Provides copyWith and lerp methods.
- $FCalendarEntryStyleTransformations on FCalendarEntryStyle
- Provides copyWith and lerp methods.
- $FCalendarHeaderStyleTransformations on FCalendarHeaderStyle
- Provides copyWith and lerp methods.
- $FCalendarStyleTransformations on FCalendarStyle
- Provides copyWith and lerp methods.
Typedefs
- FCalendarDayData = ({bool current, DateTime date, bool selectable, bool selected, FCalendarDayPickerStyle style, bool today})
- A calendar day's data.