TooltipPositionDelegate constructor
TooltipPositionDelegate({
- required bool snapsFarAwayVertically,
- required bool snapsFarAwayHorizontally,
- required TooltipDirection preferredDirection,
- required BoxConstraints constraints,
- required double margin,
- required double? top,
- required double? bottom,
- required double? left,
- required double? right,
- required Offset target,
- required RenderBox? overlay,
Implementation
TooltipPositionDelegate({
required this.snapsFarAwayVertically,
required this.snapsFarAwayHorizontally,
required this.preferredDirection,
required this.constraints,
required this.margin,
required this.top,
required this.bottom,
required this.left,
required this.right,
required this.target,
// @required this.verticalOffset,
required this.overlay,
});