UiAnchoredOverlayGeometry constructor
const
UiAnchoredOverlayGeometry({})
Implementation
const UiAnchoredOverlayGeometry({
required this.openAbove,
required this.maxHeight,
required this.width,
required this.horizontalOffset,
required this.targetOverlayRect,
required this.targetGlobalRect,
required this.triggerWidth,
required this.topLimit,
required this.bottomLimit,
required this.gap,
});