Annotated String
The basic data structure of text with multiple styles. To construct an AnnotatedString you can use Builder.
Types
Link copied to clipboard
Builder class for AnnotatedString. Enables construction of an AnnotatedString using methods such as append and addStyle.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Return a substring for the AnnotatedString and include the styles in the range of startIndex (inclusive) and endIndex (exclusive).