atBottomOrRight property

bool get atBottomOrRight

Returns true if the set containts bottom or right direction.

Implementation

bool get atBottomOrRight => atBottom || atRight;