set Height of the Component.
final double width;
set width(double newWidth) { this.position = this.position.copyWith(size: Vector2(newWidth, height)); }