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
If you have a big label, you can very simply add height parameter onto ConvexAppBar. This will automatically wrap the text and would not show overflow error. Refer to following snippet
Describe the bug
Pixel overflow on TabItem when label is long.
Environment details
Paste the flutter environment detail.
Paste the package version.
To Reproduce
Put long label in TabItem.
Expected behavior
Should either have a way to enable ellipsis, or should change the bar height to not have overflow.
The text was updated successfully, but these errors were encountered: