IndexControllerEventBase constructor

IndexControllerEventBase({
  1. required bool animation,
})

Implementation

IndexControllerEventBase({
  required this.animation,
});