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