nowrap method

RichTextBuilder nowrap()

Implementation

RichTextBuilder nowrap() {
  return this.._softWrap = false;
}