copyFixed

fun copyFixed(    width: Dp = this.width,     height: Dp = this.height,     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): StreamFixedSizeButtonStyle