SkyFloatingLabelTextField
SkyFloatingLabelTextField copied to clipboard
Align icon with text
Hi! :) How can I align FontAwesome's icon vertically with the text entered by the user? I know that exists iconMarginBottom but if I run the app on different devices, the final result is different.
Thank you!
Ah, I found this a annoying as well. I'll take a closer look. If you find a solution before I do, submit a PR! 😊
As you mentioned, you can use iconMarginBottom
to adjust the icon. In addition, I think you can override textHeight() to get the behaviour you want.
Ok! Thanks, I'll try it ^^
Hey! Following up here, did you manage to solve the issue?