info method

StyledBlock info()

Sets the block to info type.

Implementation

StyledBlock info() {
  _type = BlockStyleType.info;
  return this;
}