reset constant
String
const reset
Resets all color formatting to the terminal's default.
Implementation
static const String reset = '\x1B[0m';
Resets all color formatting to the terminal's default.
static const String reset = '\x1B[0m';