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