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