hasAny property

bool get hasAny

Whether any side is visible.

Implementation

bool get hasAny => top || bottom || left || right;