isEmpty property
bool
get
isEmpty
Whether either dimension is zero.
Implementation
bool get isEmpty => width == 0 || height == 0;
Whether either dimension is zero.
bool get isEmpty => width == 0 || height == 0;