hi, is there way to set gravity in TextField?
# compose
m
hi, is there way to set gravity in TextField?
f
Is this what you are looking for?
Copy code
TextField(..., textStyle = TextStyle(textAlign = TextAlign.Center), ...)
🙏 1
👍 1
m
thank you! I was blind for weeks! 🙂