copy

fun copy(containerColor: Color = this.containerColor, scrolledContainerColor: Color = this.scrolledContainerColor, navigationIconContentColor: Color = this.navigationIconContentColor, titleContentColor: Color = this.titleContentColor, actionIconContentColor: Color = this.actionIconContentColor): TopAppBarColors

Returns a copy of this TopAppBarColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”