Convenience getter for all lines across all blocks.
List<TextLine> get lines => blocks.expand((block) => block.lines).toList();