CalendarYearView constructor
const
CalendarYearView({
- Key? key,
- required int year,
- required VoidCallback onTap,
Implementation
const CalendarYearView({Key? key, required this.year, required this.onTap}) : super(key: key);