textColor

fun textColor(@ColorInt textColor: Int): Expression.FormatSectionBuilder
fun textColor(textColor: String): Expression.FormatSectionBuilder
fun textColor(textColor: Expression): Expression.FormatSectionBuilder

If set, the text-color argument overrides the color specified by the root paint properties.

Parameters

textColor
fun textColor(block: Expression.ExpressionBuilder.() -> Unit): Expression.FormatSectionBuilder

If set, the text-color argument overrides the color specified by the root paint properties.