Hi. Is it possible to center text in BasicTextFiel...
# compose
y
Hi. Is it possible to center text in BasicTextField ?
m
I think setting a
TextStyle
with
textAlign = TextAlign.Center
should work.
y
It works! Thank you !!!