boldInfo static method

void boldInfo(
  1. String message
)

Implementation

static void boldInfo(String message) {
  print('$bold$message$reset');
}