atBottomOrLeft property

bool atBottomOrLeft

Returns true if the set containts bottom or left direction.

Implementation

bool get atBottomOrLeft => atBottom || atLeft;