Returns all direct child nodes (ordered). Leaf nodes return an empty list.
@override List<LatexNode> children() => rows.expand((row) => row).toList();