Skip to content

Instantly share code, notes, and snippets.

@zsoltk
Last active September 10, 2022 22:35
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 zsoltk/29a49644355f221310c89660d218d62a to your computer and use it in GitHub Desktop.
Save zsoltk/29a49644355f221310c89660d218d62a to your computer and use it in GitHub Desktop.
data class Props(
val offsetX: Dp = 0.dp,
val scale: Float = 1f,
val rotationZ: Float = 0f,
val zIndex: Float = 0f,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment