inline method

Alert inline()

Sets the alert to inline display.

Implementation

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