In the previous story, I talked about how to create a different types of shapes in Jetpack Compose.
In Material Components we have a widget called ShapeableImageView. Today we will create the Composable View that allows having a different type of corners
In Material Components we have a widget called ShapeableImageView. It allows you to change the shape of your image to circle, diamond, and so on. And also, using this widget you can set a corner radius to your ImageView. Today we will create the Composable View that allows having a different type of corners
Report Story