step static method

void step(
  1. String msg
)

Prints a step/progress message in blue.

Implementation

static void step(String msg) => print('$blue$boldâ–¶  $reset$bold$msg$reset');