FourCorners

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

topLeft

The (x, y) radii pair for the top left corner.

topRight

The (x, y) radii pair for the top right corner.

bottomRight

The (x, y) radii pair for the bottom right corner.

bottomLeft

The (x, y) radii pair for the bottom left corner.