textCharacters property
Same as text but as Characters.
Need to use character length, not String length, to propertly support Unicode and Emojis.
Implementation
final Characters textCharacters;
Same as text but as Characters.
Need to use character length, not String length, to propertly support Unicode and Emojis.
final Characters textCharacters;