You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The bubble size should respect those constraints.
Screenshots
Smartphone (please complete the following information):
Device: iPad 9
OS: 16.7
Additional context
Reading the code i've found that the constraints are only passed to TooltipPositionDelegatehere, but it does not seem to be used there.
I've tried to limit the size of the content by passing the constraints to the Container but the bubble got positioned at a wrong screen position.
The text was updated successfully, but these errors were encountered:
Describe the bug
Passing a
BoxConstraints
to theSuperTooltip
widget don't actually limit the tooltip size.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The bubble size should respect those constraints.
Screenshots

Smartphone (please complete the following information):
Additional context
Reading the code i've found that the constraints are only passed to
TooltipPositionDelegate
here, but it does not seem to be used there.I've tried to limit the size of the
content
by passing the constraints to the Container but the bubble got positioned at a wrong screen position.The text was updated successfully, but these errors were encountered: