TooltipPlacementDelegate constructor

TooltipPlacementDelegate({
  1. required Rect screenLocal,
  2. required Rect holeLocal,
  3. required TooltipPosition position,
  4. double gap = 12,
})

Implementation

TooltipPlacementDelegate({
  required this.screenLocal,
  required this.holeLocal,
  required this.position,
  this.gap = 12,
});