shouldUseBufferSync property

bool get shouldUseBufferSync

Public accessor so the editor shell knows whether backspace is handled via deltas (buffer-sync) rather than raw KeyEvent.

Implementation

bool get shouldUseBufferSync => _shouldSyncBuffer;