Skip to content

Instantly share code, notes, and snippets.

@IslamBesto
Created March 14, 2024 15:39
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 IslamBesto/0126b107eebf0802cb2065e8cdb7a663 to your computer and use it in GitHub Desktop.
Save IslamBesto/0126b107eebf0802cb2065e8cdb7a663 to your computer and use it in GitHub Desktop.
Canvas composable
Canvas(modifier = Modifier.fillMaxSize()) {
// ... Drawing code goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment