SlideUpdate constructor

SlideUpdate(
  1. SlideDirection direction,
  2. double slidePercent,
  3. UpdateType updateType
)

Implementation

SlideUpdate(
  this.direction,
  this.slidePercent,
  this.updateType,
);