Circular Shape with all the corners sized as the 50 percent of the shape size. @Composable fun CircleShapeDemo(){ ExampleBox(shape = CircleShape) } ...
確定! 回上一頁