isZero property

bool get isZero

Implementation

bool get isZero => width == 0 || height == 0;