Creates a block info alert.
static Alert infoBlock(String message) => Alert() ..info() ..block() ..message(message);