sendbirdShapes

fun sendbirdShapes(extraSmall: CornerBasedShape = RoundedCornerShape(4.dp), small: CornerBasedShape = RoundedCornerShape(6.dp), medium: CornerBasedShape = RoundedCornerShape(8.dp), large: CornerBasedShape = RoundedCornerShape(12.dp), extraLarge: CornerBasedShape = RoundedCornerShape(16.dp)): Shapes

Returns a Shapes based on the Sendbird Uikit shapes.

Since

1.0.0-beta.1

See also