open fun withColor(color: Expression!): TextSettings.Builder!
Sets the color of the text.
color
- Expression!: The color of the text. Currently supports Literal expression with string Value in "#RRGGBB" format.
Return
TextSettings.Builder!: A reference to this object.