isRight property

bool get isRight

Returns true if this anchor is on the right side of the screen

Implementation

bool get isRight => this == PipAnchor.topRight || this == PipAnchor.bottomRight;