returns true if the width is greater than MEDIUM
width
static bool isLarge(double width) { return width > MEDIUM; }