ScreenShift constructor

const ScreenShift({
  1. double dx = 0,
  2. double dy = 0,
})

Implementation

const ScreenShift({
  this.dx = 0,
  this.dy = 0
});