isEmpty property

bool get isEmpty

True if there is not size to this rect

Implementation

bool get isEmpty => width == 0 && height == 0;