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