textColor()
Sets the text color.
textColor(
color: BindingOrValue<UIColor | UIColor.ColorName | undefined>,
): this;
Parameters
- color — A UIColor instance, or a color name (e.g. “text”, “accent”).
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
