bool get wordWrap => _wordWrap;
set wordWrap(bool value) { _wordWrap = value; _refreshPending |= 3; }