bounds property

Rect bounds

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.

Implementation

Rect get bounds => Rect.fromLTWH(0, 0, width, height);