atTopOrRight property

bool atTopOrRight

Returns true if the set containts top or right direction.

Implementation

bool get atTopOrRight => atTop || atRight;