Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created July 11, 2023 10:54
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 KatieBarnett/052415f5abbfcd120ee64bfa9b3e6bf5 to your computer and use it in GitHub Desktop.
Save KatieBarnett/052415f5abbfcd120ee64bfa9b3e6bf5 to your computer and use it in GitHub Desktop.
nonScaledSp extension
val TextUnit.nonScaledSp
@Composable
get() = (this.value / LocalDensity.current.fontScale).sp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment