Package-level declarations
Functions
Link copied to clipboard
expect fun HorizontalScrollContainer(modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Follows the default CSS border behavior that is on the outside.
Follows the default CSS border behavior that is on the outside.
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
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(border: BorderStroke, cornerRadius: Dp, backgroundColor: Color): Modifier
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadiusPercent: Int, backgroundColor: Color): Modifier
Link copied to clipboard
expect fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadiusPercent: Int): Modifier
actual fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadiusPercent: Int): Modifier
actual fun Modifier.roundedCornerOuterBorder(border: BorderStroke, borderRadiusPercent: Int): Modifier
Link copied to clipboard
expect fun VerticalScrollContainer(modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit)