TextAccumulator(super.index, [String initial = '']) { if (initial.isNotEmpty) _buffer.write(initial); }