stateChange property

  1. @Output.new()
Stream<CalendarState> get stateChange

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;