invalidatePrecompute method

void invalidatePrecompute()

Forces the next layout to take the per-candidate fallback path instead of the precomputed-array path. Used during animation frames where the cached subtree bottoms are stale.

Implementation

void invalidatePrecompute() {
  _lastPrecomputedCount = 0;
}