TileGroup

fun TileGroup(modifier: Modifier = Modifier, separatorStartIndent: Dp = 16.dp, content: @Composable TileGroupScope.() -> Unit)

Elevated tile group that represents a group of actionable items. Specifically designed to hold a group of TileGroupScope.Tiles.

The separatorStartIndent is optional override of the start indent of separators between TileGroupScope.Tiles.