RESET_UNDERLINE top-level constant
String
const RESET_UNDERLINE
Clears every underline style — SGR 24.
Implementation
const String RESET_UNDERLINE = '${CSI}24$SGR';
Clears every underline style — SGR 24.
const String RESET_UNDERLINE = '${CSI}24$SGR';