-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TopBar background color (corner bug) #162
Comments
Do you see difference if you set the clip behavior in the theme data to
|
Yep, that fixes it. Why this is not the default value? Whats the usecase for |
This is a valid question. The Flutter SDK defaults to Clip.none. I can't recall the reasoning but I think we can default to Clip.antiAliasWithSaveLayer. What do you think @TahaTesser? |
@vicenterusso Here is the PR: #164 |
Perfect! |
It defaults to none as clipping is not necessary when you don't provide a shape, but in the package, if you're always providing a shape then you can definitely the change the default |
Bug report
There is a very thin border that Is bothering me on top bar
Scenario 1 (with corner bug)
Code
Image: (check corners)
Scenario 2 (no corner bug)
Code
Image:
Expected behavior
I cannot use second code because the whole modal with have "infoBlue" color. I expect a smooth corner without any white glitches.
The text was updated successfully, but these errors were encountered: