Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created November 1, 2022 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorbrndls/6bd16796b9f0d04e7b4ac57f2209d9fd to your computer and use it in GitHub Desktop.
Save victorbrndls/6bd16796b9f0d04e7b4ac57f2209d9fd to your computer and use it in GitHub Desktop.
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