reset constant
Reset the style to the default.
Implementation
static const reset = Style(
foreground: Color.reset,
background: Color.reset,
);
Reset the style to the default.
static const reset = Style(
foreground: Color.reset,
background: Color.reset,
);