TooltipPlacementDelegate constructor
TooltipPlacementDelegate({
- required Rect screenLocal,
- required Rect holeLocal,
- required TooltipPosition position,
- double gap = 12,
Implementation
TooltipPlacementDelegate({
required this.screenLocal,
required this.holeLocal,
required this.position,
this.gap = 12,
});