yellow method

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

Implementation

void yellow({bool bg = false, bool bold = false}) => _std(3, bold, bg);