Is there any way to reduce/remove the default vertical padding of a Textfield? Because sometimes it really needs to be small. I know I can use BasicTextField and customize it as per requirements. But then I have to handle placeholder, leadingIcon everything manually. So I am just asking if there is any solution just to reduce/remove the default vertical padding.
Rafiul Islam
08/14/2021, 11:46 AM
oh, I found the same post and issues as well in the issue tracker from several developers. So far I guess the only solution is BasicTextField.
c
Colton Idle
08/14/2021, 5:23 PM
You can also just copy TextField and then remove the padding yourself, but please link the issue here so I can star (if I haven't already)