textJustify property

dynamic textJustify
final

Text justification options.

Type: enum default: center Options: "auto" The text is aligned towards the anchor position. "left" The text is aligned to the left. "center" The text is centered. "right" The text is aligned to the right.

Sdk Support: basic functionality with js, android, ios, macos data-driven styling with js, android, ios, macos

Implementation

final dynamic textJustify;