TextStyleModifiers
data class TextStyleModifiers(val bold: (TextStyle) -> TextStyle, val italics: (TextStyle) -> TextStyle, val strikethrough: (TextStyle) -> TextStyle, val link: (TextStyle) -> TextStyle, val code: (TextStyle) -> TextStyle)(source)
Provides functions to modify a TextStyle, producing a style for a particular text format. It is recommended to modify the provided TextStyle, which may already be stylized for other formatting.