menu
rohd_schematic_viewer
schematic_viewer.dart
SchematicPoint
SchematicPoint.new constructor
SchematicPoint.new
dark_mode
light_mode
SchematicPoint
constructor
SchematicPoint
(
double
x
,
double
y
)
Create a new
SchematicPoint
.
Implementation
SchematicPoint(this.x, this.y);
rohd_schematic_viewer
schematic_viewer
SchematicPoint
SchematicPoint.new constructor
SchematicPoint class