type method

Sets the block type.

Implementation

StyledBlock type(BlockStyleType type) {
  _type = type;
  return this;
}