TransformInfo constructor
TransformInfo({})
Implementation
TransformInfo({
this.index,
this.position,
this.width,
this.height,
this.activeIndex,
required this.fromIndex,
this.forward,
this.done,
this.viewportFraction,
this.scrollDirection,
});