WT 1.1.25+1 training log

This commit is contained in:
bossanyit
2021-11-21 15:11:03 +01:00
parent a57d79fbc4
commit 4d22d98ae0
12 changed files with 409 additions and 17 deletions
+2 -1
View File
@@ -199,7 +199,7 @@ class SuperTooltip {
onClose!();
}
_ballonOverlay!.remove();
_ballonOverlay?.remove();
_backGroundOverlay?.remove();
isOpen = false;
}
@@ -308,6 +308,7 @@ class SuperTooltip {
}
void showBox(BuildContext targetContext) {
if (targetContext == null || targetContext.findRenderObject() == null) return;
final renderBox = targetContext.findRenderObject() as RenderBox;
var size = renderBox.size;
print("Size $size");