PipAnchor enum
Represents the anchor position of the PiP player
- Inheritance
- Available extensions
Values
- topLeft → const PipAnchor
-
Top left corner of the screen
- topRight → const PipAnchor
-
Top right corner of the screen
- bottomLeft → const PipAnchor
-
Bottom left corner of the screen
- bottomRight → const PipAnchor
-
Bottom right corner of the screen
- custom → const PipAnchor
-
Custom position (not anchored to a corner)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isBottom → bool
-
Available on PipAnchor, provided by the PipAnchorExtension extension
Returns true if this anchor is on the bottom of the screenno setter - isLeft → bool
-
Available on PipAnchor, provided by the PipAnchorExtension extension
Returns true if this anchor is on the left side of the screenno setter - isRight → bool
-
Available on PipAnchor, provided by the PipAnchorExtension extension
Returns true if this anchor is on the right side of the screenno setter - isTop → bool
-
Available on PipAnchor, provided by the PipAnchorExtension extension
Returns true if this anchor is on the top of the screenno setter - name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited