Creates a rounded tree.
static Tree rounded(String rootLabel) { return Tree() ..root(rootLabel) ..enumerator(TreeEnumerator.rounded); }