none constant
OutputTheme
const none
A theme with no ANSI codes (plain text).
Implementation
static const OutputTheme none = OutputTheme(
success: '',
error: '',
warning: '',
info: '',
muted: '',
highlight: '',
code: '',
path: '',
number: '',
reset: '',
);