AddAnimation constructor

const AddAnimation({
  1. required AnimationController controller,
})

Implementation

const AddAnimation({
  required this.controller,
});