Start native apps faster with the Composables CLI ->
Class

RemoteCornerBasedShape

Base class for RemoteShapes defined by four RemoteCornerSizes.

Source set: Android
public abstract class RemoteCornerBasedShape public constructor(
    public val topStart: RemoteCornerSize,
    public val topEnd: RemoteCornerSize,
    public val bottomEnd: RemoteCornerSize,
    public val bottomStart: RemoteCornerSize,
) : RemoteShape

Base class for RemoteShapes defined by four RemoteCornerSizes.

Parameters

topStart a size of the top start corner
topEnd a size of the top end corner
bottomEnd a size of the bottom end corner
bottomStart a size of the bottom start corner