Skip to content

Instantly share code, notes, and snippets.

@sergenes
Created June 21, 2021 16:31
Show Gist options
  • Save sergenes/86a84f8f293e4528e4802c54b20a52f3 to your computer and use it in GitHub Desktop.
Save sergenes/86a84f8f293e4528e4802c54b20a52f3 to your computer and use it in GitHub Desktop.
if (!editMode && !deleteMode) {
Icon(
imageVector = Icons.Filled.ChevronRight,
contentDescription = "forward",
modifier = Modifier.align(Alignment.CenterVertically)
)
Spacer(Modifier.width(normalRadius))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment