PipPosition class
Represents the position of the PiP player on the screen
Constructors
- PipPosition.new({required Offset offset, PipAnchor anchor = PipAnchor.bottomRight})
-
Creates a new PipPosition
const
Properties
Methods
-
copyWith(
{Offset? offset, PipAnchor? anchor}) → PipPosition - Creates a copy of this position with the given fields replaced
-
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