CompactLayout constructor
CompactLayout({
- Align2 levelAlign = Align2.start,
- Direction2 direction = Direction2.ttb,
- Fun2<
TreeLayoutNode, TreeLayoutNode, Offset> ? gapFun, - Fun2<
int, int, num> ? levelGapFun, - Fun1<
TreeLayoutNode, Size> ? sizeFun,
Implementation
CompactLayout({
this.levelAlign = Align2.start,
this.direction = Direction2.ttb,
super.gapFun,
super.levelGapFun,
super.sizeFun,
});