TextOverflow
Kotlin
|Java
enum class TextOverflow
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.ui.text.style.TextOverflow> | |
↳ | androidx.compose.ui.text.style.TextOverflow |
How overflowing text should be handled.
Summary
Enum values | |
---|---|
Clip the overflowing text to fix its container. |
|
Use an ellipsis to indicate that the text has overflowed. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|