cells property

  1. @override
List<T> cells
final

Cells in the grid.

The order of the cells are based on the grid's internal memory layout.

See also:

  • rows; for an iterable of rows.
  • columns; for an iterable of columns.
  • indexed; for an iterable of indexed cells (with x, y coordinates).

Implementation

@override
final List<T> cells;