AnimationBox constructor

const AnimationBox({
  1. Key? key,
  2. required Widget child,
  3. required Duration duration,
})

Implementation

const AnimationBox({Key? key,required this.child,required this.duration}) : super(key: key);