boxClasses
fun Modifier.boxClasses(contentAlignment: Alignment = BoxDefaults.ContentAlignment): Modifier(source)
Add classes that tell the browser to display this element as a column.
This method is public as there may occasionally be cases where users could benefit from using this, but in general you shouldn't reach for this unless you know what you're doing.
NOTE: This modifier sets attribute properties and can therefore not be used within CssStyles.