ParallaxFactor constructor

ParallaxFactor({
  1. double x = 0,
  2. double y = 0,
})

Implementation

ParallaxFactor({
  this.x = 0,
  this.y = 0,
});