Skip to content

Instantly share code, notes, and snippets.

@phatnhse
Created July 29, 2023 00:13
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 phatnhse/57f2af00b9eb56e2e91cc60512096f34 to your computer and use it in GitHub Desktop.
Save phatnhse/57f2af00b9eb56e2e91cc60512096f34 to your computer and use it in GitHub Desktop.
row-jc
@Composable
inline fun Row(
modifier: Modifier = Modifier,
horizontalArrangement: Arrangement.Horizontal = Arrangement.Start,
verticalAlignment: Alignment.Vertical = Alignment.Top,
content: @Composable RowScope.() -> Unit
) {
// implementation details
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment