roundedCornerBackgroundAndOuterBorder
expect fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadius: Dp, backgroundColor: Color): Modifier(source)
The border is not on top of the background.
expect fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadiusPercent: Int, backgroundColor: Color): Modifier(source)
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadius: Dp, backgroundColor: Color): Modifier(source)
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadiusPercent: Int, backgroundColor: Color): Modifier(source)
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadius: Dp, backgroundColor: Color): Modifier(source)
actual fun Modifier.roundedCornerBackgroundAndOuterBorder(border: BorderStroke, cornerRadiusPercent: Int, backgroundColor: Color): Modifier(source)