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;
Returns true if this anchor is on the right side of the screen
bool get isRight =>
this == PipAnchor.topRight || this == PipAnchor.bottomRight;