FLineCalendarItemData typedef
FLineCalendarItemData = ({DateTime date, Set<WidgetState> states, FLineCalendarStyle style, bool today})
The state of a line calendar item used to build a line calendar item.
Implementation
typedef FLineCalendarItemData = ({FLineCalendarStyle style, DateTime date, bool today, Set<WidgetState> states});