Creates an arrow-style list tree.
static Tree arrowList(String rootLabel) { return Tree() ..root(rootLabel) ..enumerator(TreeEnumerator.arrow); }