bdlukaa / fluent_ui

Implements Microsoft's WinUI3 in Flutter.

Home Page:https://bdlukaa.github.io/fluent_ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set AppBar for ScaffoldPage

TENX-S opened this issue · comments

In my situation, I only require a single page without a NavigationView. However, I am unable to find a property that allows me to position my window buttons using an AppBar in ScaffoldPage.scrollable.
I am aware of the existence of the header property, but it does not appear to be ideal:
image

Hello! You can create a NavigationView without a pane! The app bar is not independent and depends on the navigation view.

Thank you!