GraphViewWidget<V> constructor
const
GraphViewWidget<V> (
- Graph<
V> graph, { - Key? key,
- List<
Widget> children = const <Widget>[], - required GraphViewOrientation orientation,
- required GraphViewLayoutDelegate<
V> layoutDelegate,
Implementation
const GraphViewWidget(this.graph,
{super.key,
super.children,
required this.orientation,
required this.layoutDelegate});