displayStyle method

StyledBlock displayStyle(
  1. StyledBlockDisplayStyle style
)

Sets the display style.

Implementation

StyledBlock displayStyle(StyledBlockDisplayStyle style) {
  _displayStyle = style;
  return this;
}