displayStyle method
Sets the display style.
Implementation
Alert displayStyle(AlertDisplayStyle style) {
_displayStyle = style;
return this;
}
Sets the display style.
Alert displayStyle(AlertDisplayStyle style) {
_displayStyle = style;
return this;
}