textAlign()
Sets the text alignment.
textAlign(
align: BindingOrValue<StyleOverrides["textAlign"] | undefined>,
): this;
Parameters
- align — The text alignment (CSS value).
Return value
The builder instance for chaining.
Related
class ElementBuilder abstractstatic
An abstract base class for UI element builders.
