Determines if the current width should use a grid layout.
static bool isGridLayout(double width) { return width >= mobile; }