GeometryNode constructor
const
GeometryNode({})
Implementation
const GeometryNode({
required this.type,
this.x = 0.0,
this.y = 0.0,
this.z = 0.0,
this.size = 1.0,
this.color = 0xFF888888,
});
const GeometryNode({
required this.type,
this.x = 0.0,
this.y = 0.0,
this.z = 0.0,
this.size = 1.0,
this.color = 0xFF888888,
});