afterRealize property
Callbacks the realizer runs after every node and component has been realized. A codec whose spec references other nodes' components (for example material variants binding into mesh primitives) registers its resolution here rather than resolving during its own realize call, when those components may not exist yet.
Implementation
final List<void Function()> afterRealize = [];