strikethrough property
Chalk
get
strikethrough
strikethrough - Puts a horizontal line through the center of the text. (Not widely supported)
Implementation
Chalk get strikethrough =>
_createStyler(_ansiSGRModiferOpen(9), _ansiSGRModiferClose(29), this);