Highlight constructor
const
Highlight({
- double width = 0.8,
- double alpha = 1.0,
- BloomStroke style = BloomStroke.glassStrokeMiddleLight,
Implementation
const Highlight({
this.width = 0.8,
this.alpha = 1.0,
this.style = BloomStroke.glassStrokeMiddleLight,
});