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;
Returns true if this anchor is on the left side of the screen
bool get isLeft => this == PipAnchor.topLeft || this == PipAnchor.bottomLeft;