Calculate width value from given height.
height
double calcWidthFromHeight(double height) { return height * width / this.height; }