Relative Content

Tag Archive for viewnavigation-drawerflet

Using navigation drawers to navigate to different Views

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!