block method

Alert block()

Sets the alert to block display.

Implementation

Alert block() {
  _displayStyle = AlertDisplayStyle.block;
  return this;
}