CuboidGeometrySpec constructor

CuboidGeometrySpec({
  1. required Vector3 extents,
  2. bool debugColors = false,
})

Creates a cuboid spec.

Implementation

CuboidGeometrySpec({required this.extents, this.debugColors = false});