softWrap property

bool softWrap
final

Whether the text should break at soft line breaks.

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

This also decides the overflow property's behavior. If this is true or null, the glyph causing overflow, and those that follow, will not be rendered.

Implementation

final bool softWrap;