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