GridFlow

Class

Common
@ExperimentalGridApi
value class GridFlow @PublishedApi internal constructor(private val bits: Int)

Defines the direction in which auto-placed items flow within the grid.

Companion Object

Properties

Common
@ExperimentalGridApi
    inline val Row

Items are placed filling the first row, then moving to the next row.

Common
@ExperimentalGridApi
    inline val Column

Items are placed filling the first column, then moving to the next column.