Controls whether the text should break at soft line breaks
Example:
Text('Hello World').softWrap(false)
Text softWrap(bool softWrap) => _copyWith(softWrap: softWrap);