bulkAnimationData method
Captures every per-frame bulk-animation field the render object reads during a single layout into one snapshot. Forwards to AnimationCoordinator.bulkAnimationData which delegates to BulkAnimator.snapshot; the inactive case returns the const sentinel for zero per-call allocation.
Implementation
BulkAnimationData<TKey> bulkAnimationData() => _anim.bulkAnimationData();