Source set: Common
public class GridFlow @PublishedApi internal constructor(private val bits: Int)
Defines the direction in which auto-placed items flow within the grid.
Functions
toString
Source set: Common
override fun toString(): String
Members
Companion
Source set: Common
public companion object
Properties
Row
Source set: Common
public inline val Row: GridFlow
Items are placed filling the first row, then moving to the next row.
Column
Source set: Common
public inline val Column: GridFlow
Items are placed filling the first column, then moving to the next column.