Package-level declarations

Functions

Link copied to clipboard
expect fun HorizontalScrollContainer(modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit)
actual fun HorizontalScrollContainer(modifier: Modifier, content: BoxScope.() -> Unit)
actual fun HorizontalScrollContainer(modifier: Modifier, content: BoxScope.() -> Unit)
Link copied to clipboard
Link copied to clipboard
expect fun Modifier.outerBorder(width: Dp, color: Color): Modifier

Follows the default CSS border behavior that is on the outside.

Follows the default CSS border behavior that is on the outside.

actual fun Modifier.outerBorder(width: Dp, color: Color): Modifier
actual fun Modifier.outerBorder(width: Dp, color: Color): Modifier
Link copied to clipboard
expect fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadius: Dp, backgroundColor: Color): Modifier

The border is not on top of the background.

expect fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadiusPercent: Int, backgroundColor: Color): Modifier
expect fun Modifier.roundedCornerBackgroundAndOuterBorder(width: Dp, borderColor: Color, cornerRadius: Dp, backgroundColor: Color): Modifier
expect fun Modifier.roundedCornerBackgroundAndOuterBorder(width: Dp, borderColor: Color, cornerRadiusPercent: Int, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadius: Dp, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadiusPercent: Int, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(width: Dp, borderColor: Color, cornerRadius: Dp, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(width: Dp, borderColor: Color, cornerRadiusPercent: Int, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadius: Dp, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadiusPercent: Int, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(width: Dp, borderColor: Color, cornerRadius: Dp, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(width: Dp, borderColor: Color, cornerRadiusPercent: Int, backgroundColor: Color): Modifier
Link copied to clipboard
expect fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadius: Dp): Modifier
expect fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadiusPercent: Int): Modifier
expect fun Modifier.roundedCornerOuterBorder(width: Dp, color: Color, borderRadius: Dp): Modifier
expect fun Modifier.roundedCornerOuterBorder(width: Dp, color: Color, borderRadiusPercent: Int): Modifier
actual fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadius: Dp): Modifier
actual fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadiusPercent: Int): Modifier
actual fun Modifier.roundedCornerOuterBorder(width: Dp, color: Color, borderRadius: Dp): Modifier
actual fun Modifier.roundedCornerOuterBorder(width: Dp, color: Color, borderRadiusPercent: Int): Modifier
actual fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadius: Dp): Modifier
actual fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadiusPercent: Int): Modifier
actual fun Modifier.roundedCornerOuterBorder(width: Dp, color: Color, borderRadius: Dp): Modifier
actual fun Modifier.roundedCornerOuterBorder(width: Dp, color: Color, borderRadiusPercent: Int): Modifier
Link copied to clipboard
expect fun VerticalScrollContainer(modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit)
actual fun VerticalScrollContainer(modifier: Modifier, content: BoxScope.() -> Unit)
actual fun VerticalScrollContainer(modifier: Modifier, content: BoxScope.() -> Unit)