AnimationControllerTransfer constructor
const
AnimationControllerTransfer({})
Implementation
const AnimationControllerTransfer({
Key? key,
required this.controllerProvider,
required Widget child,
}) : super(key: key, child: child);