ThemedHighlight

open class ThemedHighlight(val style: String) : Highlight

Applies a Theme rule (using Node.styles) to the highlighted Text.

Constructors

Link copied to clipboard
constructor(style: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun style(text: Text)
Link copied to clipboard
open override fun toString(): String