How do I remove content padding from TextField?
Update (August 2022): still the same as of flutter 3.0.5 Update (April 2021): still work in flutter 2.0.4 As of flutter 1.17.5 (and still the same in 2.X) to completely remove or manipulate the padding manually, first you must set isDense: true and then you can adjust the contentPadding as you wanted or apply padding … Read more