Bounds of the grid, anchored at the topLeft position.
The bounds are a rectangle with a width and height equal to the width and height of the grid.
Rect get bounds => Rect.fromLTWH(0, 0, width, height);