isZeroDimension property

bool isZeroDimension

Returns true if the area of this dimension is zero.

Implementation

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