height property

int get height

The height of this rectangle in cells.

Implementation

int get height => maxY - minY;