apply method

String apply()

return your string with code style

Implementation

String apply() {
  return colored.apply(_msg, color: color, bg: bg, fontStyle: fontStyle);
}