RESET_FG top-level constant
String
const RESET_FG
Text back to the terminal's default colour — SGR 39.
Implementation
const String RESET_FG = '${CSI}39$SGR';
Text back to the terminal's default colour — SGR 39.
const String RESET_FG = '${CSI}39$SGR';