CalendarView constructor

const CalendarView({
  1. Key? key,
})

Implementation

const CalendarView({Key? key}) : super(key: key);