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.
- FLineCalendarItemStyle
- A line calendar item's state style.
- FLineCalendarStyle
- FLineCalendar's style.
Typedefs
- FLineCalendarItemData = ({DateTime date, bool focused, bool hovered, FLineCalendarItemStyle itemStyle, bool selected, FLineCalendarStyle style, bool today})
- The state of a line calendar item used to build a line calendar item.