Skip to content

Instantly share code, notes, and snippets.

@Mercandj
Last active March 29, 2023 10:43
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 Mercandj/b8ac38b2d166a69c6754bf5625ada706 to your computer and use it in GitHub Desktop.
Save Mercandj/b8ac38b2d166a69c6754bf5625ada706 to your computer and use it in GitHub Desktop.
Box { // Parent
Box(modifier = Modifier.aspectRatio(ratio = 1f).fillMaxWidth()) { } // Child
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment