CalendarYearView constructor

const CalendarYearView({
  1. Key? key,
  2. required int year,
  3. required VoidCallback onTap,
})

Implementation

const CalendarYearView({Key? key, required this.year, required this.onTap}) : super(key: key);