Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created December 16, 2022 14:54
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 landarskiy/4cb76ac57939db1d82e4e69691b520db to your computer and use it in GitHub Desktop.
Save landarskiy/4cb76ac57939db1d82e4e69691b520db to your computer and use it in GitHub Desktop.
@GridPadScopeMarker
public sealed interface GridPadScope {
public fun item(
row: Int? = null,
column: Int? = null,
rowSpan: Int = 1,
columnSpan: Int = 1,
itemContent: @Composable GridPadItemScope.() -> Unit
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment