info static method

void info(
  1. String text
)

Implementation

static void info(String text) {
  TextPen().blue().text('ℹ $text').print();
}