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
Ahh, the default height of the appBar is 47px, so if the given height of the container is 40px, then we end up with an odd number of pixel that need to be split in half. Setting the container height to 41 solves this issue.
Though I'd expect flutter to render the position of the container on decimal points like it does everywhere else in the framework...
Might be hard to see but there is a slightly larger gap at the top compared to at the bottom.
Repro code:
The text was updated successfully, but these errors were encountered: