Skip to content

Instantly share code, notes, and snippets.

@ssindher11
Created January 29, 2022 07: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 ssindher11/bb870a2edcad042f0d9e002cc3fa1c15 to your computer and use it in GitHub Desktop.
Save ssindher11/bb870a2edcad042f0d9e002cc3fa1c15 to your computer and use it in GitHub Desktop.
Icon(
painter = painterResource(id = R.drawable.ic_menu),
contentDescription = null,
modifier = Modifier
.size(48.dp)
.padding(8.dp)
.constrainAs(menuButton) {
start.linkTo(parent.start, 16.dp)
top.linkTo(parent.top, 16.dp)
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment