continuesAtWrap property Null safety
final
Whether or not to continue to the next line at a wordwrap.
If true, when an Intent to go to the beginning/end of a wordwrapped line is received and the selection is already at the beginning/end of the line, then the selection will be moved to the next/previous line. If false, the selection will remain at the wordwrap.
Implementation
final bool continuesAtWrap;