SlideUpdate constructor
SlideUpdate(
- SlideDirection direction,
- double slidePercent,
- UpdateType updateType
Implementation
SlideUpdate(
this.direction,
this.slidePercent,
this.updateType,
);