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
Is there a way to check if the widget that you want to highlight is currently on a page (in view from user) ?
what i want to achieve is when the widget is on view from user, it will show the onboarding. But when the widget isn't on view from user, it won't show the onboarding.
since on mine, i want to highlight a widget that on outside of my screen (a widget that is on the bottom of a singlechildscrollview that is outside of my screen size) and i want to check first, if the widget is on view before showing the overlay
The text was updated successfully, but these errors were encountered:
Well, I'm not sure if this is possible with the current logic. You can get the coordinates I think using the focus node in question it gives you data just like accessing it via global key. But I have made the it to explicitly scroll to the focused item when it has focus node attached and an overlay step.
Is there a way to check if the widget that you want to highlight is currently on a page (in view from user) ?
what i want to achieve is when the widget is on view from user, it will show the onboarding. But when the widget isn't on view from user, it won't show the onboarding.
since on mine, i want to highlight a widget that on outside of my screen (a widget that is on the bottom of a singlechildscrollview that is outside of my screen size) and i want to check first, if the widget is on view before showing the overlay
The text was updated successfully, but these errors were encountered: