currentMonth property
DateTime
get
currentMonth
The current month that is displayed.
Implementation
DateTime get currentMonth => _currentMonth;
set
currentMonth
(DateTime value)
The current month that is displayed.
Implementation
set currentMonth(DateTime value) {
_currentMonth = value;
_streamController.add(null);
}