copy

fun ThemeColorTokens.Status.copy(success: Color = this.success, onSuccess: Color = this.onSuccess, successContainer: Color = this.successContainer, onSuccessContainer: Color = this.onSuccessContainer, warning: Color = this.warning, onWarning: Color = this.onWarning, warningContainer: Color = this.warningContainer, onWarningContainer: Color = this.onWarningContainer, error: Color = this.error, onError: Color = this.onError, errorContainer: Color = this.errorContainer, onErrorContainer: Color = this.onErrorContainer): ThemeColorTokens.Status

Copies this Status replacing provided values.

Immutable copy helper for external usage.