goToMonth method
Implementation
@override
CalendarDateTime goToMonth(index) {
dynamic date = _getSelectedDate();
return CalendarDateTime(year: date.year, month: index, day: 1);
}
@override
CalendarDateTime goToMonth(index) {
dynamic date = _getSelectedDate();
return CalendarDateTime(year: date.year, month: index, day: 1);
}