Package-level declarations

Functions

Link copied to clipboard
fun Modifier.alignByLineHeight(textStyle: TextStyle? = null, verticalAlignment: Alignment.Vertical = Alignment.CenterVertically): Modifier

Aligns the composable vertically to the current LineHeight size.

Link copied to clipboard

Expands drawing beyond the assigned rect on all sides by provided all size.

fun Modifier.expand(horizontal: Dp, vertical: Dp): Modifier

Expands drawing beyond the assigned rect on all sides by provided horizontal and vertical size.

Link copied to clipboard