I have multiline text and I need to get the positi...
# compose
t
I have multiline text and I need to get the position of a specific baseline. With
onTextLayout
I receive
TextLayoutResult
object which has
firstBaseline
or
lastBaseline
. Is there a way to get any Baseline?
s
I was planning to add that as soon as possible 😕
👍 1