isTop property
bool
get
isTop
Returns true if this anchor is on the top of the screen
Implementation
bool get isTop => this == PipAnchor.topLeft || this == PipAnchor.topRight;
Returns true if this anchor is on the top of the screen
bool get isTop => this == PipAnchor.topLeft || this == PipAnchor.topRight;