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
the width of the tabsArea is equal to the width of the tabs
The tab area is inside a parent container. So its width is the maximum size. To achieve the same visual effect as the image, it would be necessary to have an internal container in the tab area. However, this area may have extra buttons that must always be visible in the corner.
If you will always have a fixed number of tabs and if they are centered, they do not exceed the full width. So maybe Flutter's tab widgets (eg TabBar) are enough.
1.set the tabsArea's decoration of borderRadius etc by tabsAreaTheme.
2.Could support to make the tats center on the tabsArea and the tabsArea's width equals the tabs's width?
just like:
The text was updated successfully, but these errors were encountered: