OverlayConfig constructor

const OverlayConfig({
  1. bool clickableThrough = false,
  2. int width = -1,
  3. int height = -1,
  4. OverlayGravity gravity = OverlayGravity.top,
})

Implementation

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