indexedChildCount property

int 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;