atBottomAndRight property

bool get atBottomAndRight

Returns true if the set containts bottom and right direction.

Implementation

bool get atBottomAndRight => atBottom && atRight;