softWrap method

Text softWrap(
  1. bool softWrap
)

If false, the glyphs in the text will be positioned as if there was unlimited horizontal space.

Implementation

Text softWrap(bool softWrap) => _copyWith(softWrap: softWrap);