GraphNodeViewBehavior constructor
const
GraphNodeViewBehavior({
- required GraphNodeWidgetBuilder builder,
- GraphTooltipBehavior? tooltipBehavior,
- Widget? child,
Creates a node view behavior with the specified configuration.
Implementation
const GraphNodeViewBehavior({
required this.builder,
this.tooltipBehavior,
this.child,
});