openWidgetResolver property
Resolver function to dynamically determine the open widget based on node data If returns null, falls back to openWidget
Implementation
final Widget? Function(Node<T> node)? openWidgetResolver;
Resolver function to dynamically determine the open widget based on node data If returns null, falls back to openWidget
final Widget? Function(Node<T> node)? openWidgetResolver;