menu
electrician_app
features/diagram/presentation/widgets/diagnostic_sheet.dart
DiagnosticSheet
DiagnosticSheet.new const constructor
DiagnosticSheet.new
dark_mode
light_mode
description
DiagnosticSheet
constructor
const
DiagnosticSheet
(
{
Key
?
key
,
required
ElectricalNode
node
,
})
Implementation
const DiagnosticSheet({ super.key, required this.node, });
electrician_app
diagnostic_sheet
DiagnosticSheet
DiagnosticSheet.new const constructor
DiagnosticSheet class