lineWrap property

bool lineWrap
final

Whether to wrap long lines.

When true, lines wrap at the editor boundary. When false, horizontal scrolling is enabled.

Implementation

final bool lineWrap;