Package-level declarations
Functions
Link copied to clipboard
Creates a CorneredShape with cut corners of the provided size.
fun Shapes.cutCornerShape(topLeft: Float = 0.0f, topRight: Float = 0.0f, bottomRight: Float = 0.0f, bottomLeft: Float = 0.0f): CorneredShape
Creates a CorneredShape with cut corners of the provided sizes.
Link copied to clipboard
Creates a CorneredShape with rounded corners of the provided size.
fun Shapes.roundedCornerShape(topLeft: Float = 0.0f, topRight: Float = 0.0f, bottomRight: Float = 0.0f, bottomLeft: Float = 0.0f): CorneredShape
Creates a CorneredShape with rounded corners of the provided sizes.
Link copied to clipboard