EdgeTheme constructor

const EdgeTheme({
  1. double blurIntensity = 0.15,
  2. double blurAddedIntensity = 0.15,
  3. int blurCount = 5,
  4. double size = 28,
  5. bool autoEdge = false,
})

Implementation

const EdgeTheme({
  this.blurIntensity = 0.15,
  this.blurAddedIntensity = 0.15,
  this.blurCount = 5,
  this.size = 28,
  this.autoEdge = false,
});