returns true if the width is in the MEDIUM range
width
static bool isMedium(double width) { return width > SMALL && width <= MEDIUM; }