Bottom Start Corner Shape
fun BottomStartCornerShape(baseShape: CornerBasedShape = CircleShape, otherCorner: Dp = 2.dp): CornerBasedShape
Shape which leaves bottom 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.