AlignItemsValues

object AlignItemsValues : PropertyValues

Predefined values for alignment of items Central Alignment Contexts inspired by https://drafts.csswg.org/css-align-3/

Properties

baseline
Link copied to clipboard
const val baseline: AlignItemsProperty
center
Link copied to clipboard
const val center: AlignItemsProperty
end
Link copied to clipboard
const val end: AlignItemsProperty
flexEnd
Link copied to clipboard
const val flexEnd: AlignItemsProperty
flexStart
Link copied to clipboard
const val flexStart: AlignItemsProperty
key
Link copied to clipboard
open override val key: String
selfEnd
Link copied to clipboard
const val selfEnd: AlignItemsProperty
selfStart
Link copied to clipboard
const val selfStart: AlignItemsProperty
start
Link copied to clipboard
const val start: AlignItemsProperty
stretch
Link copied to clipboard
const val stretch: AlignItemsProperty