textTransform property

dynamic textTransform
final

Specifies how to capitalize text, similar to the CSS text-transform property.

Type: enum default: none Options: "none" The text is not altered. "uppercase" Forces all letters to be displayed in uppercase. "lowercase" Forces all letters to be displayed in lowercase.

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

Implementation

final dynamic textTransform;