Creates a warning alert.
static Alert warningAlert(String message) => Alert() ..warning() ..message(message);