cells property
The flat list of cells representing the 2D grid.
Implementation
@override
List<Cell> get cells =>
throw UnsupportedError('Flat cells access not supported on Viewport');
The flat list of cells representing the 2D grid.
@override
List<Cell> get cells =>
throw UnsupportedError('Flat cells access not supported on Viewport');