NextIndexControllerEvent constructor

NextIndexControllerEvent({
  1. required bool animation,
})

Implementation

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