nodeBuilder property
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;
Can be used to take control over the building of the nodes
See VSNode for reference
final Widget Function(
BuildContext context,
VSNodeData data,
)? nodeBuilder;