PrevIndexControllerEvent constructor

PrevIndexControllerEvent({
  1. required bool animation,
})

Implementation

PrevIndexControllerEvent({
  required bool animation,
}) : super(
        animation: animation,
      );