SlideUpdate constructor

SlideUpdate(
  1. SlideDirection direction,
  2. double slidePercentHor,
  3. double slidePercentVer,
  4. UpdateType updateType,
)

Implementation

SlideUpdate(
  this.direction,
  this.slidePercentHor,
  this.slidePercentVer,
  this.updateType,
);