TooltipPlacementDelegate constructor
TooltipPlacementDelegate({
- required Rect screenLocal,
- required Rect holeLocal,
- required TooltipPosition position,
- double gap = _kGap,
- EdgeInsets safeArea = EdgeInsets.zero,
- List<
Rect> extraHoles = const [],
Implementation
TooltipPlacementDelegate({
required this.screenLocal,
required this.holeLocal,
required this.position,
this.gap = _kGap,
this.safeArea = EdgeInsets.zero,
this.extraHoles = const [],
});