atBottomAndLeft property

bool atBottomAndLeft

Returns true if the set containts bottom and left direction.

Implementation

bool get atBottomAndLeft => atBottom && atLeft;