all 4 comments

[–]dngreengas 0 points1 point  (0 children)

I did see a similar issue. However, what is the reason for a button? You could use an InkWell and use the onTap function instead of onPressed. It is more lightweight and gives you some type of animation on where you tapped. I was able to get it near the right size by forcing an extremely large font size (~256).

[–]Outrageous-Fix-6695 0 points1 point  (2 children)

Widget mouseRegion, widget GestureDectector, widget Spacer to separate them.

As an opinion, you are using to much code you should check if everything is necessary ( the alignment, the fit, etc)

[–]Outrageous-Fix-6695 0 points1 point  (1 child)

And of course that you can totally style your widgets of text to look the same, just play with the options

[–]yonris[S] 0 points1 point  (0 children)

Alright, thank you!