fullWidth method
Sets the block to full-width background display.
Implementation
StyledBlock fullWidth() {
_displayStyle = StyledBlockDisplayStyle.fullWidth;
return this;
}
Sets the block to full-width background display.
StyledBlock fullWidth() {
_displayStyle = StyledBlockDisplayStyle.fullWidth;
return this;
}