Properties
Functions
Link copied to clipboard
fun cutCornerShape(topLeftPercent: Int = 0, topRightPercent: Int = 0, bottomRightPercent: Int = 0, bottomLeftPercent: Int = 0): CorneredShape
Creates a Shape with all corners cut.
Link copied to clipboard
Link copied to clipboard
fun roundedCornerShape(topLeftPercent: Int = 0, topRightPercent: Int = 0, bottomRightPercent: Int = 0, bottomLeftPercent: Int = 0): CorneredShape
Creates a Shape with all corners rounded.