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
Can I use this widget twice in my application? One to the right and one to the left side? It works fine 1 time but when I put two of them I get this exception:
built during the build phase only if one of its ancestors is currently building. This exception is
allowed because the framework builds parent widgets before children, which means a dirty descendant
will always be built. Otherwise, the framework might not visit this widget during this build phase.
The widget on which setState() or markNeedsBuild() was called was:
ValueListenableBuilder<SideMenuDisplayMode>
The widget which was currently being built when the offending call was made was:
SideMenu
The text was updated successfully, but these errors were encountered:
Can I use this widget twice in my application? One to the right and one to the left side? It works fine 1 time but when I put two of them I get this exception:
The text was updated successfully, but these errors were encountered: