softWrap method

TextBuilder softWrap(
  1. bool softWrap
)

Implementation

TextBuilder softWrap(bool softWrap) => this.._softWrap = softWrap;