large method

Alert large()

Sets the alert to large display.

Implementation

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