buildItems method

void buildItems()

Performs a build of all the items in the tree view.

This is useful when an item needs to be updated outside of the built-in callbacks.

This operation is expensive and should be used with caution.

Implementation

void buildItems() => _buildItems();