apply method

String apply(
  1. String text
)

return your string with code style

Implementation

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