Flutter: Large icon buttons shift positions for no reason

Created on 21 May 2017  ·  1Comment  ·  Source: flutter/flutter

I'm trying to make a large icon button (size 60.0) centered on the screen. My code looks like this
capture
For some reason, the position of the icon gets shifted a bit with large sizes while the material animation remains in the correct position. Take a look here:
hjny1l7nos
Anyone with the same problem or even better, with a solution? 😄

Most helpful comment

See the final paragraph of the documentation for Icon.size:
https://docs.flutter.io/flutter/widgets/Icon/size.html

>All comments

See the final paragraph of the documentation for Icon.size:
https://docs.flutter.io/flutter/widgets/Icon/size.html

Was this page helpful?
0 / 5 - 0 ratings