Top Start Corner Shape
fun TopStartCornerShape(baseShape: CornerBasedShape = CircleShape, otherCorner: Dp = 2.dp): CornerBasedShape
Shape which leaves top start corner unchanged, and applies a specified Dp on other corners.
Return
a CornerBasedShape which is changed on all other corners.
Parameters
base Shape
the base CornerBasedShape which will be used.
other Corner
the changes in Dp on the other corners.