Four Corners
constructor(topLeft: Pair<Dp, Dp> = Pair(first = 0.dp,
second = 0.dp), topRight: Pair<Dp, Dp> = Pair(first = 0.dp,
second = 0.dp), bottomRight: Pair<Dp, Dp> = Pair(first = 0.dp,
second = 0.dp), bottomLeft: Pair<Dp, Dp> = Pair(first = 0.dp,
second = 0.dp))
Parameters
top Left
The (x, y) radii pair for the top left corner.
top Right
The (x, y) radii pair for the top right corner.
bottom Right
The (x, y) radii pair for the bottom right corner.
bottom Left
The (x, y) radii pair for the bottom left corner.