BufferLine({int length = 64, bool isWrapped = false}) { _data = BufferLineData(length: length, isWrapped: isWrapped); }