atTopOrLeft property

bool atTopOrLeft

Returns true if the set containts top or left direction.

Implementation

bool get atTopOrLeft => atTop || atLeft;