Changing Flutter TextField proportions
问题 I'm starting to transition my code from using standard Android libraries, into Flutter, so I can rapidly deploy onto iOS devices as well, but I just have a concern about the proportions of the TextField; namely that the proportions of Flutter's TextField differs from the EditText of Android. To compare, here's Android's EditText: and here's Flutter's TextField: Is there a way to make the Flutter TextField look more like the Android EditText? The space between the underline and the placeholder