width property

int get width

The width of this zone in columns.

Implementation

int get width => endX - startX + 1;