OverlayPosition class
The on-screen position of the overlay window.
Constructors
- OverlayPosition({required double x, required double y})
-
The on-screen position of the overlay window.
const
Properties
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