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
In my app, I'm creating the nodes/key/etc per the directions, and everything works great as long as I'm within the widget that's a direct descendent of the MaterialApp widget.
However I'm trying to pass the focusNode array to other stateful/stateless child widgets and reference the array in those other widgets. When I do that, the overlay does pop up and the text shows as expected, but the hole that should highlight the widget (wrapped in the Focus widget inside the child) doesn't get highlighted (so basically the text shows in the right area, but the whole screen is covered in translucent gray, instead of the specified widget being fully visible).
Any idea why that might be?
The text was updated successfully, but these errors were encountered:
Without a sample code It is hard to say what it could be. If there is no a whole, the focus node is either not found, either not measured correctly. I have 3 different screens with 3 different onboardings. I don't think they are direct descendance to the materialApp
In my app, I'm creating the nodes/key/etc per the directions, and everything works great as long as I'm within the widget that's a direct descendent of the MaterialApp widget.
However I'm trying to pass the focusNode array to other stateful/stateless child widgets and reference the array in those other widgets. When I do that, the overlay does pop up and the text shows as expected, but the hole that should highlight the widget (wrapped in the Focus widget inside the child) doesn't get highlighted (so basically the text shows in the right area, but the whole screen is covered in translucent gray, instead of the specified widget being fully visible).
Any idea why that might be?
The text was updated successfully, but these errors were encountered: