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;
Returns true if this anchor is on the bottom of the screen
bool get isBottom => this == PipAnchor.bottomLeft || this == PipAnchor.bottomRight;