I want to create a text field with line numbers , ...
# compose
w
I want to create a text field with line numbers , is there any way I could do this , I don't want to use multiple text fields
z
I think you can get the
TextLayoutResult
from the text field and then use that to calculate where to place the line numbers beside the text field.
👍 1