copy
fun ThemeColorTokens.Background.Surface.copy(default: Color = this.default, variant: Color = this.variant, container: Color = this.container, subtle: Color = this.subtle, emphasis: Color = this.emphasis): ThemeColorTokens.Background.Surface
Copies this Background.Surface replacing provided values.
Provides an immutable copy helper for external code.