Highlight constructor

const Highlight({
  1. double width = 0.8,
  2. double alpha = 1.0,
  3. BloomStroke style = BloomStroke.glassStrokeMiddleLight,
})

Implementation

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