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