red method

void red({
  1. bool bg = false,
  2. bool bold = false,
})

Implementation

void red({bool bg = false, bool bold = false}) => _std(1, bold, bg);