Rick Regan
02/09/2021, 12:27 AMText
? (I'm using Modifier.horizontalScroll(scrollState)
on the Text, and the text has maxLines = 1
.) I was looking for it in ScrollState
but it looks like that's just used to programatically scroll. I'd like to use the scroll as a trigger to generate more characters of text; for example, more decimal places of a given number. (I guess this is kind of a "lazy" or "pagination" like behavior for Text.)Dominaezzz
02/09/2021, 8:59 AMRick Regan
02/09/2021, 3:19 PM