OverlayConfig constructor

OverlayConfig({
  1. OverlayAnchorConfig? anchor,
  2. OverlayDimensionConfig? offsetDimension,
  3. List<UiFeedbackPresetConfig>? presets,
  4. OverlayDimensionConfig? sizeDimension,
  5. OverlaySource? source,
})

Implementation

OverlayConfig({
  this.anchor,
  this.offsetDimension,
  this.presets,
  this.sizeDimension,
  this.source,
});