Class

GridCells.Fixed

Defines a fixed number of columns, limited to 1 through 5.

Android
public class Fixed(public val count: Int) : GridCells()

Defines a fixed number of columns, limited to 1 through 5.

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

Parameters

count number of columns in LazyVerticalGrid