warning function

void warning(
  1. String message
)

Implementation

void warning(String message) {
  color('Warning: ' + message, front: Styles.YELLOW, isBold: true);
}