multiline property

bool multiline
final

Whether to enable multi-line editing.

When true, Enter/Shift+Enter inserts newlines, text soft-wraps at width, and Up/Down arrows navigate between lines.

Implementation

final bool multiline;