This PR allows the ability to work with attributed strings (including line height, requested feature).
Just by defining the text attributes (as dictionary, as you would do with a normal attributed string) and assigning them to the new textAttributes text input property. It can also be defined using AnimatedTextInputStyle.
This PR allows the ability to work with attributed strings (including line height, requested feature).
Just by defining the text attributes (as dictionary, as you would do with a normal attributed string) and assigning them to the new
textAttributes
text input property. It can also be defined usingAnimatedTextInputStyle
.