doLayout method
Implementation
@override
void doLayout(Context context, TreeLayoutNode root, num width, num height) {
_InnerLayout(
root,
direction: direction,
levelGapFun: levelGapFun,
gapFun: gapFun,
levelAlign: levelAlign,
sizeFun: sizeFun,
).layout(width, height);
onLayoutEnd();
}