atTopAndLeft property

bool atTopAndLeft

Returns true if the set containts top and left direction.

Implementation

bool get atTopAndLeft => atTop && atLeft;