I am having a problem with opening my navigation drawer within my View. I originally set page.drawer = ft.NavigationDrawer(contents of drawer), then had a menu button within my appbar that calls a function named showme_drawer, where I set the drawer to true and update it. The problem arises when I put my NavDrawer within the View and can no longer set page.drawer = ft.NavigationDrawer(contents of drawer). Thank you in advance!
I’ve tried countless things and resulted with an Unknown Control: navigation drawer error.
Snipez is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.