Link

data class Link(val url: String) : StringStyleAttribute

A StringStyleAttribute that makes part of the text clickable to open a URL

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String

the url string to open when the attribute is pressed