Skip to content

Instantly share code, notes, and snippets.

@sergenes
Created June 21, 2021 16:29
Show Gist options
  • Select an option

  • Save sergenes/000993fd1d9d978868a44cc28117fe2c to your computer and use it in GitHub Desktop.

Select an option

Save sergenes/000993fd1d9d978868a44cc28117fe2c to your computer and use it in GitHub Desktop.
Row(
verticalAlignment = Alignment.CenterVertically,
modifier = Modifier
.clickable(onClick = onClick)
.padding(normalSpace, noSpace, normalSpace, noSpace)
.fillMaxWidth()
.height(rowHeight)
.clip(shape)
.background(color = primaryColor)
) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment