isEmpty property
bool
get
isEmpty
Whether the bounds are empty.
Implementation
bool get isEmpty => width <= 0 || height <= 0;
Whether the bounds are empty.
bool get isEmpty => width <= 0 || height <= 0;