EnvironmentSkySpec constructor

EnvironmentSkySpec({
  1. double blurriness = 0.0,
})

Creates the spec.

Implementation

EnvironmentSkySpec({this.blurriness = 0.0});