Subtree constructor
Subtree(})
Implementation
Subtree(this.children, this.startPoint,
{this.distanceFromParent = 30,
this.branchLength = 6,
this.color = Colors.black,
this.strokeWidth = 2,
this.gapBetweenChildren = 20});