OverlayWithCutout constructor
const
OverlayWithCutout(
- ElementBox cutout,
- Color color,
- double opacity, {
- Key? key,
Implementation
const OverlayWithCutout(this.cutout, this.color, this.opacity, {super.key});