LinuxNotificationLocation constructor

const LinuxNotificationLocation(
  1. int x,
  2. int y
)

Constructs an instance of LinuxNotificationLocation

Implementation

const LinuxNotificationLocation(this.x, this.y);