resetBackground

Reset the background color to the terminal default.

val style = (red on blue)
val foregroundOnly = style + resetBackground

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(text: String): String
Link copied to clipboard
operator fun plus(other: TextStyle): TextStyle
operator fun plus(other: TextStyles): TextStyle
Link copied to clipboard
open override fun toString(): String