HealthDashboardPage constructor

const HealthDashboardPage({
  1. Key? key,
  2. required String projectId,
  3. required String title,
})

Implementation

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