TextDecoration
type TextDecoration = "NONE" | "UNDERLINE" | "STRIKETHROUGH"
The possible values are:
"NONE"
: the text is shown without decorations."UNDERLINE"
: the text has a horizontal line underneath it."STRIKETHROUGH"
: the text has a horizontal line crossing it in the middle.