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

Summary

Public companion properties

GridFlow

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

Cmn
GridFlow

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

Cmn

Public functions

open String
Cmn

Public companion properties

Column

@ExperimentalGridApi
val ColumnGridFlow

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

Row

@ExperimentalGridApi
val RowGridFlow

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

Public functions

toString

open fun toString(): String