horizontalDiff property

double horizontalDiff

Difference of maxX and minX

Implementation

double get horizontalDiff => maxX - minX;