stateChange property
Fired when the calendar state changes -- e.g. when the user starts dragging the selected date range.
Implementation
@Output()
Stream<CalendarState?> get stateChange => model.stream;
Fired when the calendar state changes -- e.g. when the user starts dragging the selected date range.
@Output()
Stream<CalendarState?> get stateChange => model.stream;