displayStyle method

Alert displayStyle(
  1. AlertDisplayStyle style
)

Sets the display style.

Implementation

Alert displayStyle(AlertDisplayStyle style) {
  _displayStyle = style;
  return this;
}