Get percentage of max height
double percentHeight(num percent) { return maxHeight * (percent / 100); }