We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7dad08d + 3d738b6 commit 045c48bCopy full SHA for 045c48b
python/controls/navigation-bar/navigation-bar-sample.py
@@ -6,9 +6,9 @@ def main(page: ft.Page):
6
page.title = "NavigationBar Example"
7
page.navigation_bar = ft.NavigationBar(
8
destinations=[
9
- ft.NavigationDestination(icon=ft.icons.EXPLORE, label="Explore"),
10
- ft.NavigationDestination(icon=ft.icons.COMMUTE, label="Commute"),
11
- ft.NavigationDestination(
+ ft.NavigationBarDestination(icon=ft.icons.EXPLORE, label="Explore"),
+ ft.NavigationBarDestination(icon=ft.icons.COMMUTE, label="Commute"),
+ ft.NavigationBarDestination(
12
icon=ft.icons.BOOKMARK_BORDER,
13
selected_icon=ft.icons.BOOKMARK,
14
label="Explore",
0 commit comments