Open whiskeyPeak opened 1 year ago
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: