PointPlane3D constructor
PointPlane3D(})
Creates a new PointPlane3D.
Implementation
PointPlane3D(
this.size,
this.axis,
this.gap,
this.position, {
this.color,
this.pointWidth,
}) : super(_generateFigures(size, gap, axis, position, color, pointWidth));