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