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