cyan method

void cyan(
  1. String text
)

Implementation

void cyan(final String text) => colorize(Color.CYAN, text);