copy

fun copy(shape: Shape? = this.shape, pressedShape: Shape? = this.pressedShape, checkedShape: Shape? = this.checkedShape): ToggleButtonShapes

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