reset constant

Style const reset

Reset style that clears colors and removes all modifiers.

Implementation

static const reset = Style(
  fg: Color.reset,
  bg: Color.reset,
  subModifier: Modifier.all,
);