AutoFlowValues

object AutoFlowValues : PropertyValues

Predefined values for the grid-auto-flow property. Should be used as expression result for the GridLayout.autoFlow functions.

Properties

column
Link copied to clipboard
const val column: AutoFlowProperty
columnDense
Link copied to clipboard
const val columnDense: AutoFlowProperty
dense
Link copied to clipboard
const val dense: AutoFlowProperty
inherit
Link copied to clipboard
const val inherit: AutoFlowProperty
initial
Link copied to clipboard
const val initial: AutoFlowProperty
key
Link copied to clipboard
open override val key: String
row
Link copied to clipboard
const val row: AutoFlowProperty
rowDense
Link copied to clipboard
const val rowDense: AutoFlowProperty
unset
Link copied to clipboard
const val unset: AutoFlowProperty