nodeBuilder property

Widget Function(BuildContext context, VSNodeData data)? nodeBuilder
final

Can be used to take control over the building of the nodes

See VSNode for reference

Implementation

final Widget Function(
  BuildContext context,
  VSNodeData data,
)? nodeBuilder;