ShadowConfig constructor

ShadowConfig({
  1. int resolution = 512,
  2. double bias = 0.005,
  3. double darkness = 0.5,
  4. double maxDistance = 30,
  5. bool enabled = true,
})

Implementation

ShadowConfig({
  this.resolution = 512,
  this.bias = 0.005,
  this.darkness = 0.5,
  this.maxDistance = 30,
  this.enabled = true,
});