isBottom property

bool get isBottom

Returns true if this anchor is on the bottom of the screen

Implementation

bool get isBottom => this == PipAnchor.bottomLeft || this == PipAnchor.bottomRight;