inline method
Sets the block to inline display.
Implementation
StyledBlock inline() {
_displayStyle = StyledBlockDisplayStyle.inline;
return this;
}
Sets the block to inline display.
StyledBlock inline() {
_displayStyle = StyledBlockDisplayStyle.inline;
return this;
}