ComponentDetailSheet constructor
- Key? key,
- required ElectricalNode node,
- List<
FieldMeasurement> measurements = const [],
Implementation
const ComponentDetailSheet({
super.key,
required this.node,
this.measurements = const [],
});
const ComponentDetailSheet({
super.key,
required this.node,
this.measurements = const [],
});