Returns all direct child nodes (ordered). Leaf nodes return an empty list.
@override List<LatexNode> children() => [content, if (index != null) index!];