hasAny property
bool
get
hasAny
Whether any side is visible.
Implementation
bool get hasAny => top || bottom || left || right;
Whether any side is visible.
bool get hasAny => top || bottom || left || right;