LinkStyle

data class LinkStyle(val color: KalugaColor, val isUnderlined: Boolean)

A style to apply to a StyledString when StringStyleAttribute.Link is applied

Constructors

Link copied to clipboard
constructor(color: KalugaColor, isUnderlined: Boolean)

Properties

Link copied to clipboard

the KalugaColor of the text color of the link

Link copied to clipboard

if true the link will be underlined