isLeft property

bool get isLeft

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

Implementation

bool get isLeft => this == PipAnchor.topLeft || this == PipAnchor.bottomLeft;