Tree constructor
Tree({})
Implementation
Tree({
required super.position,
required this.paint,
required super.size,
this.forma = FormaTypes.rectanguloVertical,
super.children,
}) : super();
Tree({
required super.position,
required this.paint,
required super.size,
this.forma = FormaTypes.rectanguloVertical,
super.children,
}) : super();