Whether the text should break at soft line breaks.
Equivalnet to
Text(softWrap: input)
NikuText softWrap(bool softWrap) { this._softWrap = softWrap; return this; }