verticalDiff property

double verticalDiff

Difference of maxY and minY

Implementation

double get verticalDiff => maxY - minY;