fullWidth method

StyledBlock fullWidth()

Sets the block to full-width background display.

Implementation

StyledBlock fullWidth() {
  _displayStyle = StyledBlockDisplayStyle.fullWidth;
  return this;
}