RadialLayout constructor
RadialLayout({
- List<
SNumber> center = const [SNumber.percent(50), SNumber(50, true)], - num linkDistance = 30,
- int maxIteration = 500,
- GraphNode? focusNode,
- num? radiusGap = 30,
- bool preventOverlap = false,
- Fun1<
GraphNode, Size> ? sizeFun, - num nodeGap = 0,
- int maxPreventOverlapIteration = 100,
- bool strictRadial = true,
- num sortStrength = 10,
- Fun2<
Graph, List< ? sort,GraphNode> , Map<GraphNode, num> > - bool workerThread = false,
Implementation
RadialLayout({
this.center = const [SNumber.percent(50), SNumber(50, true)],
this.linkDistance = 30,
this.maxIteration = 500,
this.focusNode,
this.radiusGap = 30,
this.preventOverlap = false,
this.sizeFun,
this.nodeGap = 0,
this.maxPreventOverlapIteration = 100,
this.strictRadial = true,
this.sortStrength = 10,
super.sort,
super.workerThread,
});