Creates a new grid from the given rows.
rows
Each row must have the same length.
factory Buffer.fromRows(Iterable<Iterable<Cell>> rows) { return Buffer._(Grid.fromRows(rows)); }