copy

fun copy(extraSmall: CornerBasedShape = this.extraSmall, small: CornerBasedShape = this.small, medium: CornerBasedShape = this.medium, large: CornerBasedShape = this.large, extraLarge: CornerBasedShape = this.extraLarge): Shapes

Returns a copy of this Shapes, optionally overriding some of the values.