width property

int get width

The width of this rectangle in cells.

Implementation

int get width => maxX - minX;