isEmpty property
bool
get
isEmpty
Check whether the area of this region is less or equal than 1
Implementation
bool get isEmpty => width * height <= 1;
Check whether the area of this region is less or equal than 1
bool get isEmpty => width * height <= 1;