GridItemSpan

Creates a [GridItemSpan] with a specified [currentLineSpan]. This will be the horizontal span for

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.