Skybox constructor

Skybox(
  1. SkySource source, {
  2. double intensity = 1.0,
})

Implementation

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