copy

fun copy(contentColor: Color = this.contentColor, backgroundColor: Color = this.backgroundColor, focusedColor: Color = this.focusedColor, errorColor: Color = this.errorColor): NumberFieldColors

copy to a new instance

Return

The new NumberFieldColors instance with expected colors.