Compose API Reference Compose Foundation GridItemSpan Function Common fun GridItemSpan(@IntRange(from = 1) currentLineSpan: Int): GridItemSpan Creates a GridItemSpan with a specified currentLineSpan. This will be the horizontal span for an item of a LazyVerticalGrid and the vertical span for a LazyHorizontalGrid.
Compose API Reference Compose Foundation GridItemSpan Function Common fun GridItemSpan(@IntRange(from = 1) currentLineSpan: Int): GridItemSpan Creates a GridItemSpan with a specified currentLineSpan. This will be the horizontal span for an item of a LazyVerticalGrid and the vertical span for a LazyHorizontalGrid.