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