Skip to content

Instantly share code, notes, and snippets.

@AhmedMourad0
Last active March 1, 2024 16:13
Show Gist options
  • Save AhmedMourad0/2f9203123d87cc78b7402f1e458a49b1 to your computer and use it in GitHub Desktop.
Save AhmedMourad0/2f9203123d87cc78b7402f1e458a49b1 to your computer and use it in GitHub Desktop.
Code snippet for the `Leveraging the Power of Snapshots in Jetpack Compose` Medium article.
@Immutable
class Sticker(
val type: StickerType,
val width: Dp,
val height: Dp,
val offset: Offset,
val zIndex: Int,
val rotation: Float,
val scaleX: Float,
val scaleY: Float,
val id = randomUUID()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment