GridBottomSheet
fun GridBottomSheet(modifier: Modifier = Modifier, currentGrid: Grid = Grid.Fixed2, onSelected: (Grid) -> Unit = {})(source)
Renders the GridBottomSheet UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
currentGrid
current grid value consumed by the API.
onSelected
callback invoked by the component.