isEmpty property

bool get isEmpty

Implementation

bool get isEmpty => left == 0.0 && top == 0.0 && right == 0.0 && bottom == 0.0;