reset constant

Style const reset

Reset the style to the default.

Implementation

static const reset = Style(
  foreground: Color.reset,
  background: Color.reset,
);