widgets/line_calendar library
A line calendar displays dates in a single horizontal, scrollable line.
See https://forui.dev/docs/data/line-calendar for working examples.
Classes
- FLineCalendar
- A line calendar displays dates in a single horizontal, scrollable line.
- FLineCalendarControl
- A FLineCalendarControl defines how a FLineCalendar is controlled.
- FLineCalendarManagedControl
- A FLineCalendarManagedControl enables widgets to manage their own controller internally while exposing parameters for common configurations.
- FLineCalendarStyle
- FLineCalendar's style.
- FLineCalendarStyleDelta
- A delta that applies modifications to a FLineCalendarStyle.
Extensions
- $FLineCalendarStyleTransformations on FLineCalendarStyle
- Provides copyWith and lerp methods.
Typedefs
-
FLineCalendarItemData
= ({DateTime date, FLineCalendarStyle style, bool today, Set<
FTappableVariant> variants}) - The state of a line calendar item used to build a line calendar item.