calendar property
Implementation
final calendar = ObservableReference<CalendarState>(
CalendarState.empty(currentSelection: _rangeId),
coalesce: true);
final calendar = ObservableReference<CalendarState>(
CalendarState.empty(currentSelection: _rangeId),
coalesce: true);