Package-level declarations

Types

Link copied to clipboard
expect value class TextAlign
actual value class TextAlign
Link copied to clipboard
expect value class TextOverflow

The following Compose UI TextOverflow values are not yet supported:

actual value class TextOverflow

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun StyleScope.applyMinLines(minLines: Int)
Link copied to clipboard
fun StyleScope.applyStyle(textAlign: TextAlign)
fun StyleScope.applyStyle(textDecoration: TextDecoration)

fun StyleScope.applyStyle(textOverflow: TextOverflow, softWrap: Boolean, maxLines: Int)

Applies text overflow, wrapping, and line clamping CSS styles.

Link copied to clipboard
inline fun TextAlign.takeOrElse(block: () -> TextAlign): TextAlign