atBottomOrRight property

bool atBottomOrRight

Returns true if the set containts bottom or right direction.

Implementation

bool get atBottomOrRight => atBottom || atRight;