FixedGrid

data class FixedGrid(val count: Int) : LazyPagingColumn

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
open override val columns: GridCells.Fixed
Link copied to clipboard
val count: Int