ListBufferLineData(int length, this.isWrapped) { _maxCols = _nextLength(length); _cells = List.filled(_maxCols * _cellSize, 0); }