textColor

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

Parameters

textColor

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

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

Parameters

textColor

fun textColor(textColor: String): Expression.FormatSectionBuilder

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

Parameters

textColor

fun textColor(textColor: Expression): Expression.FormatSectionBuilder

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

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