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
The vertical offset of the localPosition for onTapDown, when a GestureDetector is used in the child sliver, is offset by the size of the header in the sticky header component. For example, I would expect the top right corner of the container to be (0, 0) but if the header is 40 pixels high the top right corner is actually (0, 40).
The vertical offset of the
localPosition
foronTapDown
, when aGestureDetector
is used in the child sliver, is offset by the size of the header in the sticky header component. For example, I would expect the top right corner of the container to be (0, 0) but if the header is 40 pixels high the top right corner is actually (0, 40).Here's a gif, illustrating the issue:
Here is a minimal reproduction case:
The text was updated successfully, but these errors were encountered: