I've replaced the Column with a Center. By setting the factors to 1, I've prevented Center from expanding.
With this change, Button will satisfy the constraints with a minimal size. The constraints passed to the child are loosen. Therefor, the child's size can also be to small. This will result in a centered child.
This PR fixes #1039.
I've replaced the
Column
with aCenter
. By setting the factors to1
, I've preventedCenter
from expanding. With this change,Button
will satisfy the constraints with a minimal size. The constraints passed to the child are loosen. Therefor, the child's size can also be to small. This will result in a centered child.Close #1039
Pre-launch Checklist
CHANGELOG.md
with my changes