TextStyle

fun TextStyle(color: Color? = null, bgColor: Color? = null, bold: Boolean? = null, italic: Boolean? = null, underline: Boolean? = null, dim: Boolean? = null, inverse: Boolean? = null, strikethrough: Boolean? = null, hyperlink: String? = null): TextStyle