Point3D constructor

Point3D(
  1. Vector3 position, {
  2. double? width,
  3. Color? color,
  4. String? label,
})

Creates a point.

Implementation

Point3D(this.position, {this.width, this.color, this.label});