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
It works perfectly when I assign a static bool value to 'enableSideReveal' property. But if I try to assign the value dynamically i.e I wanted to hide the side reveal on reaching the last page.
I tried using streambuilder, setState and stateful builder as well to refresh the page on receiving callback from 'onPageChangeCallback'. But it didn't work, so either add a feature to allow us to hide the side reveal on reaching the last page or fix the setState issue.
The text was updated successfully, but these errors were encountered:
It works perfectly when I assign a static bool value to 'enableSideReveal' property. But if I try to assign the value dynamically i.e I wanted to hide the side reveal on reaching the last page.
I tried using streambuilder, setState and stateful builder as well to refresh the page on receiving callback from 'onPageChangeCallback'. But it didn't work, so either add a feature to allow us to hide the side reveal on reaching the last page or fix the setState issue.
The text was updated successfully, but these errors were encountered: