Composables UI is out: our new component library for Compose Multiplatform ->
Function

RemoteRoundedCornerShape

Creates RemoteRoundedCornerShape with the same size applied for all four corners.

RemoteRoundedCornerShape

Source set: Android
public fun RemoteRoundedCornerShape(size: RemoteDp): RemoteRoundedCornerShape

Creates RemoteRoundedCornerShape with the same size applied for all four corners.

Parameters

size Size in RemoteDp to apply.

Last updated: