Documentation

textColor()

Sets the text color.

textColor(
color: BindingOrValue<UIColor | UIColor.ColorName | undefined>,
): this;

Parameters

Return value

The builder instance for chaining.

Related