atBottomAndRight property

bool atBottomAndRight

Returns true if the set containts bottom and right direction.

Implementation

bool get atBottomAndRight => atBottom && atRight;