height property

int get height

The height of this zone in rows.

Implementation

int get height => endY - startY + 1;