Join Slack
Powered by
How do I un-wrap lines in a TextField?
# compose
p
pavi2410
06/10/2020, 2:54 PM
How do I un-wrap lines in a TextField?
z
Zach Klippenstein (he/him) [MOD]
06/10/2020, 3:21 PM
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
4
Views
Open in Slack
Previous
Next