NodeBuilder<T> typedef

NodeBuilder<T> = Widget Function(BuildContext context, T data)

A builder that builds a node. context is the build context. data is the data of the node.

Implementation

typedef NodeBuilder<T> = Widget Function(BuildContext context, T data);