header static method

void header(
  1. String message
)

Implementation

static void header(String message) {
  print('$_cyan$message$_reset');
}