How do I un-wrap lines in a TextField?
# compose
p
How do I un-wrap lines in a TextField?
z
Interesting approach, I think it might be easier to handle wrapping and stuff by using the
TextLayoutResult
API to get coordinates of each line in the main view and then render the numbers in a separate "view".
👍 1