JustifyContentValues

object JustifyContentValues : PropertyValues

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

Properties

center
Link copied to clipboard
const val center: JustifyContentProperty
end
Link copied to clipboard
const val end: JustifyContentProperty
flexEnd
Link copied to clipboard
const val flexEnd: JustifyContentProperty
flexStart
Link copied to clipboard
const val flexStart: JustifyContentProperty
key
Link copied to clipboard
open override val key: String
spaceAround
Link copied to clipboard
const val spaceAround: JustifyContentProperty
spaceBetween
Link copied to clipboard
const val spaceBetween: JustifyContentProperty
spaceEvenly
Link copied to clipboard
const val spaceEvenly: JustifyContentProperty
start
Link copied to clipboard
const val start: JustifyContentProperty