hasClosest property

bool hasClosest

Returns true if the set containts top, left, right or bottom direction.

Implementation

bool get hasClosest => atTop || atLeft || atRight || atBottom;