green function

String green(
  1. String text
)

Implementation

String green(String text) => '\x1B[32m$text\x1B[0m';