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
As shown in the ToDoApp tutorial, I would like to create a class representing the main application (window). This application should have a side bar containing a NavigationRail. The problem: When the NavigationRail is returned by the build method of the App class (rather than added to the page directly), it is not displayed.
(In general it would be great to have a code example or template for how to implement such a common app window layout - sidebar and main window area changing depending on sidebar selection - with flet.)
As shown in the ToDoApp tutorial, I would like to create a class representing the main application (window). This application should have a side bar containing a
NavigationRail
. The problem: When theNavigationRail
is returned by thebuild
method of theApp
class (rather than added to thepage
directly), it is not displayed.(In general it would be great to have a code example or template for how to implement such a common app window layout - sidebar and main window area changing depending on sidebar selection - with flet.)
The text was updated successfully, but these errors were encountered: