indexedChildCount property
int
get
indexedChildCount
The number of children that have not been given a BoxyId, this
guarantees there are child ids between 0 (inclusive) and indexedChildCount
(exclusive).
Implementation
int get indexedChildCount => render.indexedChildCount;