Fixed

class Fixed(val count: Int) : GridCells

Combines cells with fixed number rows or columns.

For example, for the vertical LazyVerticalGrid Fixed(3) would mean that there are 3 columns 1/3 of the parent wide.

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
val count: Int