Creates a new grid from the given rows.
rows
Each row must have the same length.
factory Grid.fromRows(Iterable<Iterable<T>> rows) = ListGrid<T>.fromRows;