OverlayConfiguration constructor
const
OverlayConfiguration({})
Implementation
const OverlayConfiguration({
this.color = const Color.fromRGBO(0, 0, 0, 0.1),
this.radius = 40,
this.width = 40,
this.height = 40,
});