isEmpty property
bool
get
isEmpty
True if there is not size to this rect
Implementation
bool get isEmpty => width == 0 && height == 0;
True if there is not size to this rect
bool get isEmpty => width == 0 && height == 0;