TextTransform

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

Properties

Link copied to clipboard
const val Lowercase: String

Forces all letters to be displayed in lowercase.

Link copied to clipboard
const val None: String

The text is not altered.

Link copied to clipboard
const val Uppercase: String

Forces all letters to be displayed in uppercase.