Creates a block error alert.
static Alert errorBlock(String message) => Alert() ..error() ..block() ..message(message);