79791436

Date: 2025-10-15 17:07:02
Score: 1
Natty:
Report link

I've been having this problem now, and the accepted solution did not work for me for some reason.

What helped was increasing the text height. For my specific font, the text stopped clipping at the value of 1.09. It might be different for yours:

TextFormField(
    // ...
    style: yourTextStyle.copyWith(
        height: 1.09,
    )
    // ...
)
Reasons:
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dmytro Popov