X11DeviceClassScroll constructor

const X11DeviceClassScroll({
  1. int sourceId = 0,
  2. int number = 0,
  3. X11ScrollType type = X11ScrollType.vertical,
  4. int flags = 0,
  5. double increment = 0,
})

Implementation

const X11DeviceClassScroll(
    {this.sourceId = 0,
    this.number = 0,
    this.type = X11ScrollType.vertical,
    this.flags = 0,
    this.increment = 0});