Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created December 15, 2022 08:49
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/a14cefbf67b652eab16150b683f8dbc8 to your computer and use it in GitHub Desktop.
Save landarskiy/a14cefbf67b652eab16150b683f8dbc8 to your computer and use it in GitHub Desktop.
GridPad(
// defining the grid API
cells = GridPadCells(
rowSizes = listOfRowSized,
columnSizes = listOfColumnSizes
)
) {
// placement the cell API
item(row = rowIndex, column = columnIndex, rowSpan = hSpan, columnSpan = wSpan) {
// content
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment