TopStartCornerShape
fun TopStartCornerShape(baseShape: CornerBasedShape = CircleShape, otherCorner: Dp = 2.dp): CornerBasedShape(source)
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
baseShape
the base CornerBasedShape which will be used.
otherCorner
the changes in Dp on the other corners.