nodeTitleBuilder property
Can be used to take control over the building of the nodes titles
See VSNodeTitle for reference
Implementation
final Widget Function(
BuildContext context,
VSNodeData nodeData,
)? nodeTitleBuilder;
Can be used to take control over the building of the nodes titles
See VSNodeTitle for reference
final Widget Function(
BuildContext context,
VSNodeData nodeData,
)? nodeTitleBuilder;