info function

void info(
  1. String message
)

Implementation

void info(String message) {
  color('Info: ' + message, front: Styles.BLUE, isBold: true);
}