renderOrderProvider property
Sets the render order provider for accurate hit testing.
This should be called by the controller to provide access to the canonical render order (sortedNodes).
Implementation
set renderOrderProvider(List<Node<T>> Function()? provider) {
_renderOrderProvider = provider;
}