inline method
Sets the alert to inline display.
Implementation
Alert inline() {
_displayStyle = AlertDisplayStyle.inline;
return this;
}
Sets the alert to inline display.
Alert inline() {
_displayStyle = AlertDisplayStyle.inline;
return this;
}