SkyboxSpec constructor

SkyboxSpec(
  1. SkySourceSpec source, {
  2. double intensity = 1.0,
})

Creates the spec.

Implementation

SkyboxSpec(this.source, {this.intensity = 1.0});