numberOfVisibleChild method
Gets the number of visible children of the ListTreeView
Implementation
int numberOfVisibleChild() {
final num = this.rootController.numberOfVisibleDescendants();
return this.rootController.numberOfVisibleDescendants();
}