NodeGroup class

Constructors

NodeGroup({required String title, Function? centerNodeOnClick, required List<NodeModel> childNodeList, required double x, required double y, LinearGradient gradient = blueLinearGradientOne})

Properties

centerNodeOnClick Function?
getter/setter pair
childNodeList List<NodeModel>
getter/setter pair
edgeList List<EdgeModel>
getter/setter pair
gradient LinearGradient
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodeList List<NodeModel>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
getter/setter pair
x double
getter/setter pair
y double
getter/setter pair

Methods

initEdgeList() → dynamic
initNodeList() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited