We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924296 commit 613940cCopy full SHA for 613940c
Chapter_04/lib/tooltip/tooltip_directive.dart
@@ -63,8 +63,6 @@ class Tooltip {
63
64
// position the tooltip.
65
// Figure out where the containing element sits in the window.
66
- int tooltipLeft = left + width + 10;
67
- int tooltipTop = top - height;
68
tooltipElem.style
69
..position = "absolute"
70
..top = "${top - height}px"
0 commit comments