Shapes

data class Shapes(val extraSmall: CornerBasedShape, val small: CornerBasedShape, val medium: CornerBasedShape, val large: CornerBasedShape, val extraLarge: CornerBasedShape)

Constructors

Link copied to clipboard
constructor(extraSmall: CornerBasedShape, small: CornerBasedShape, medium: CornerBasedShape, large: CornerBasedShape, extraLarge: CornerBasedShape)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard