SwipeIndexControllerEvent constructor

SwipeIndexControllerEvent({
  1. required double pos,
  2. required bool animation,
})

Implementation

SwipeIndexControllerEvent({
  required this.pos,
  required bool animation,
}) : super(animation: animation);