SlideUpdate constructor

SlideUpdate(
  1. dynamic updateType,
  2. dynamic direction,
  3. dynamic slidePercent
)

Implementation

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