SwipeChildLayoutDelegate constructor

SwipeChildLayoutDelegate(
  1. double progress,
  2. double screenPercentaje,
  3. AxisDirection direction
)

Implementation

SwipeChildLayoutDelegate(
  this.progress,
  this.screenPercentaje,
  this.direction,
);