white constant

AnsiColor const white

System white color

Implementation

static const AnsiColor white = AnsiColor._(
  value: 15,
  name: 'White',
  hex: '#ffffff',
  rgb: Rgb(255, 255, 255),
  hsl: Hsl(0, 0, 100),
);