JustifyContentValues

object JustifyContentValues : PropertyValues

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

Properties

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