note method

StyledBlock note()

Sets the block to note type.

Implementation

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