menu
electrician_app
features/health/presentation/screens/health_dashboard_page.dart
HealthDashboardPage
HealthDashboardPage.new const constructor
HealthDashboardPage.new
dark_mode
light_mode
description
HealthDashboardPage
constructor
const
HealthDashboardPage
(
{
Key
?
key
,
required
String
projectId
,
required
String
title
,
})
Implementation
const HealthDashboardPage( {super.key, required this.projectId, required this.title});
electrician_app
health_dashboard_page
HealthDashboardPage
HealthDashboardPage.new const constructor
HealthDashboardPage class