IcosphereGeometrySpec constructor

IcosphereGeometrySpec({
  1. double radius = 0.5,
  2. int subdivisions = 2,
})

Creates an icosphere spec.

Implementation

IcosphereGeometrySpec({this.radius = 0.5, this.subdivisions = 2});