CalendarScreen constructor

const CalendarScreen({
  1. Key? key,
  2. required Activity activity,
})

Implementation

const CalendarScreen({super.key, required this.activity});