softWrap property

bool? softWrap
getter/setter pair

If the softWrap is true or null, the glyph causing overflow, and those that follow, will not be rendered. Otherwise, it will be shown with the given overflow option.

Implementation

bool? softWrap;