Creates an info alert.
static Alert infoAlert(String message) => Alert() ..info() ..message(message);