area property

double area

Calculates area: dx * dy.

Implementation

double get area => (maxX - minX) * (maxY - minY);