Returns true when width is at or above the tablet breakpoint.
width
static bool isTablet(double width) => width >= tablet;