LayoutDirection
Kotlin
|Java
enum class LayoutDirection
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.ui.unit.LayoutDirection> | |
↳ | androidx.compose.ui.unit.LayoutDirection |
A class for defining layout directions.
A layout direction can be left-to-right (LTR) or right-to-left (RTL).
Summary
Enum values | |
---|---|
Horizontal layout direction is from Left to Right. |
|
Horizontal layout direction is from Right to Left. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|