PlanScreen constructor

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

Displays a calendar view and allows the user to plan their tasks.

Implementation

const PlanScreen({super.key});