childCount property
Returns total number of child nodes in this container.
To get text length of this container see length
.
Implementation
int get childCount => _children.length;
Returns total number of child nodes in this container.
To get text length of this container see length
.
int get childCount => _children.length;