widgetResolver property

Widget? Function(Node<T> node)? widgetResolver
final

Resolver function to dynamically determine the widget based on node data If returns null, falls back to widget

Implementation

final Widget? Function(Node<T> node)? widgetResolver;