widgets/calendar library Widgets

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

$FCalendarDayPickerStyleCopyWith on FCalendarDayPickerStyle
Provides a copyWith method.
$FCalendarEntryStyleCopyWith on FCalendarEntryStyle
Provides a copyWith method.
$FCalendarHeaderStyleCopyWith on FCalendarHeaderStyle
Provides a copyWith method.
$FCalendarStyleCopyWith on FCalendarStyle
Provides a copyWith method.

Typedefs

FCalendarDayData = ({bool current, DateTime date, bool selectable, bool selected, FCalendarDayPickerStyle style, bool today})
A calendar day's data.