OverlayPainter constructor

OverlayPainter(
  1. ElementBox cutout,
  2. Color color,
  3. double opacity
)

Implementation

OverlayPainter(this.cutout, this.color, this.opacity);