wrapLines property

bool wrapLines
final

Whether to wrap long lines that exceed the viewport width.

When enabled, lines that are wider than the available content area are split into multiple display lines. Continuation lines are indented to align past the gutter (line number + marker columns).

Implementation

final bool wrapLines;