cyan method

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

Implementation

void cyan({bool bg = false, bool bold = false}) => _std(6, bold, bg);