horizontalDiff property

double get horizontalDiff

Difference of maxX and minX

Implementation

double get horizontalDiff => maxX - minX;