Get percentage of min width
double percentMinWidth(num percent) { return minWidth * (percent / 100); }