isEmpty property
bool
get
isEmpty
Whether this area has no drawable cells.
Implementation
bool get isEmpty => width <= 0 || height <= 0;
Whether this area has no drawable cells.
bool get isEmpty => width <= 0 || height <= 0;