isZeroDimension property

bool get isZeroDimension

Returns true if the area of this dimension is zero.

Implementation

bool get isZeroDimension => width <= 0 || height <= 0;