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

Allow the tab to be customized

WinXaito opened this issue · comments

In my app, I need to add a Context Menu on my tab bar (for each tabs).

Unfortunately, it's impossible to do that, because we cannot override the Tab widget.

It should be good to let the user provide a custom widget for the tab. Or at least a wrapper to add a Widget around the tab.