SkillTreeDelegate<EdgeType, NodeType, IdType extends Object, GraphType extends Graph<EdgeType, NodeType, IdType>> constructor

SkillTreeDelegate<EdgeType, NodeType, IdType extends Object, GraphType extends Graph<EdgeType, NodeType, IdType>>({
  1. Listenable? relayout,
})

Creates a layout delegate.

The layout will update whenever relayout notifies its listeners.

Implementation

SkillTreeDelegate({Listenable? relayout}) : _relayout = relayout;