CalendarState constructor
CalendarState({})
Implementation
CalendarState(
{List<CalendarSelection>? selections,
this.currentSelection,
this.cause,
this.preview,
this.previewAnchoredAtStart = false,
resolution = CalendarResolution.days})
: selections = _adaptSelections(selections ?? [], resolution),
resolution = resolution;