OverlayConfig constructor
const
OverlayConfig({
- bool clickableThrough = false,
- int width = -1,
- int height = -1,
- OverlayGravity gravity = OverlayGravity.top,
Implementation
const OverlayConfig({
this.clickableThrough = false,
this.width = -1,
this.height = -1,
this.gravity = OverlayGravity.top,
});