TooltipPositionContext constructor
Creates a tooltip position context.
Implementation
const TooltipPositionContext({
required this.target,
required this.targetSize,
required this.tooltipSize,
required this.verticalOffset,
this.preferBelow = true,
this.overlaySize = Size.infinite,
});