copy
fun ThemeColorTokens.Content.copy(primary: Color = this.primary, secondary: Color = this.secondary, tertiary: Color = this.tertiary, inverse: Color = this.inverse): ThemeColorTokens.Content
Copies this Content replacing provided values.
Provides an immutable copy helper for external code.