visibleMonth property

  1. @Output()
Stream<Date> get visibleMonth

Fired when the visible month changes -- e.g. when a new month scrolls into view.

Implementation

@Output()
Stream<Date> get visibleMonth => _visibleMonthController.stream;