ShadPositionDelegate constructor
ShadPositionDelegate({})
Creates a delegate for computing the layout of an overlay.
Implementation
ShadPositionDelegate({
required this.target,
required this.verticalOffset,
required this.preferBelow,
});