gridSize property

  1. @override
int gridSize
getter/setter pair

The amount of blocks in the width and height of the grid.

Keep this an odd number to keep the rover in the center.

Implementation

@override
int gridSize = 11;