RadialTreeLayout constructor
RadialTreeLayout({
- List<
SNumber> center = const [SNumber.percent(50), SNumber.percent(50)], - num? radiusGap,
- num rotateAngle = 0,
- num sweepAngle = 360,
- bool dendrogram = true,
- bool clockwise = true,
- Fun2<
TreeLayoutNode, TreeLayoutNode, num> ? splitFun,
Implementation
RadialTreeLayout({
this.center = const [SNumber.percent(50), SNumber.percent(50)],
this.radiusGap,
this.rotateAngle = 0,
this.sweepAngle = 360,
this.dendrogram = true,
this.clockwise = true,
this.splitFun,
});