TasksPage constructor

const TasksPage({
  1. Key? key,
  2. required String projectId,
})

Implementation

const TasksPage({super.key, required this.projectId});