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