OverlayWithCutout constructor

const OverlayWithCutout(
  1. ElementBox cutout,
  2. Color color,
  3. double opacity, {
  4. Key? key,
})

Implementation

const OverlayWithCutout(this.cutout, this.color, this.opacity, {super.key});