LinuxNotificationLocation class
Represents the location on the screen that the notification should point to.
- Annotations
Constructors
- LinuxNotificationLocation(int x, int y)
-
Constructs an instance of LinuxNotificationLocation
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- x → int
-
Represents the
X
location on the screen that the notification should point to.final - y → int
-
Represents the
Y
location on the screen that the notification should point to.final
Methods
-
copyWith(
{int? x, int? y}) → LinuxNotificationLocation - Creates a copy of this object, but with the given fields replaced with the new values.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override