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;