isNotEmpty property

bool isNotEmpty

Whether the rectangle is not empty (has area).

Implementation

bool get isNotEmpty => !isEmpty;