| Name | Return Type | Description |
|---|---|---|
| append | StyledString | Add text at the end. |
| getCopy | StyledString | |
| isEmpty | Boolean | |
| prepend | StyledString | Puts a string at the beginning of the string. |
| name | type | description | |
|---|---|---|---|
| text | String | The text to add. | |
| styleoptional | TextStyle | The style to be applied to the part to be added. | |
| return | StyledString |
|---|
| name | type | description | |
|---|---|---|---|
| styledString | StyledString | The style string to append. | |
| return | StyledString |
|---|
| return | StyledString | Get a copy of the style string. |
|---|
| return | Boolean | Is it an empty style string? |
|---|
| name | type | description | |
|---|---|---|---|
| text | String | The string to insert. | |
| styleoptional | TextStyle | The style to be applied to that string. | |
| return | StyledString |
|---|
| name | type | description | |
|---|---|---|---|
| styledString | StyledString | The style string to embed. | |
| return | StyledString |
|---|