Created
November 1, 2022 22:28
-
-
Save victorbrndls/6bd16796b9f0d04e7b4ac57f2209d9fd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var offset by remember { mutableStateOf(0) } | |
val textLayoutInfoState = remember { mutableStateOf<TextLayoutInfo?>(null) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment