🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

GridCells.Fixed

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

Source set: 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

Functions

equals

Source set: Android
override fun equals(other: Any?): Boolean

hashCode

Source set: Android
override fun hashCode(): Int