isRight property

bool isRight

Implementation

bool get isRight => leftNull && !topNull && !rightNull && !bottomNull;