copy

fun copy(    elevation: ButtonElevation? = this.elevation,     shape: Shape = this.shape,     border: BorderStroke? = this.border,     colors: ButtonColors = this.colors,     contentPadding: PaddingValues = this.contentPadding,     textStyle: StreamTextStyle = this.textStyle,     iconStyle: StreamIconStyle = this.iconStyle,     drawableStyle: StreamButtonDrawableStyle = this.drawableStyle): StreamButtonStyle

Standard copy function, to utilize as much as possible from the companion object.