Html
This will display html annotated text in a string. Images cannot be embedded in link tags. The following tags are supported: , , , , ,
When an img tag does not map to a EmbeddableImage, then this will use StripeImageLoader to retrieve the images and only renders once the images are downloaded.
When the text is clicked, the FIRST parsed URL from is opened through Intent.ACTION_VIEW.
Parameters
The HTML to render
data source mapping img tags with images
The color of the text defaults to Color.Unspecified
Whether URLs should be clickable or not, defaults to true
The style given to URLs, defaults to TextDecoration.Underline
The vertical alignment for the image in relation to the text, defaults to PlaceholderVerticalAlign.AboveBaseline
Additional callback when the URL is opened.