GraphNode<T> class

Inheritance
Implementers

Constructors

GraphNode({T? data, bool isRoot = false, GraphFocusNode? focusNode, List<GraphNode>? prevList, List<GraphNode>? nextList})

Properties

box GraphNodeBox
no setter
data ↔ T?
getter/setter pair
focusNode → GraphFocusNode
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
final
isRoot bool
final
nextList List<GraphNode>
no setter
prevList List<GraphNode>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addNext(GraphNode node) → void
buildBox({required Widget childWidget, EdgeInsets overflowPadding = EdgeInsets.zero}) → void
clearAllNext() → void
deleteNext(GraphNode node) → void
deleteSelf() → void
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