childrenCount property
The number of children this node has in hit-test(paint) order.
Implementation
int get childrenCount => hasChildren ? _children!.length : 0;
The number of children this node has in hit-test(paint) order.
int get childrenCount => hasChildren ? _children!.length : 0;