Get a portion of the current device width (Using percentage value of current device width)
double getWidth(double percentage) { return width * percentage; }