Package-level declarations

Functions

Link copied to clipboard
fun Modifier.customBorder(color: Color, shape: Shape, strokeWidth: Dp = 1.dp, dashWidth: Dp? = null, gapWidth: Dp? = null, strokeCap: StrokeCap = StrokeCap.Round): Modifier
Link copied to clipboard
fun lerp(start: Float, stop: Float, fraction: Float): Float
fun lerp(start: Int, stop: Int, fraction: Float): Int

Linearly interpolate between start and stop with fraction fraction between them.

Link copied to clipboard

An extension function for the Modifier class that mirrors the content horizontally based on the layout direction.