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