YearView constructor
const
YearView({})
Implementation
const YearView({
required this.context,
required this.year,
required this.currentDateColor,
this.highlightedDates,
this.highlightedDateColor,
this.monthNames,
this.onMonthTap,
this.monthTitleStyle,
});