UFUScaleInOutAnim constructor
      const
      UFUScaleInOutAnim({})
     
    
    
Implementation
const UFUScaleInOutAnim({
  super.key,
  this.duration,
  required this.firstChildKey,
  required this.firstChild,
  this.forward = true,
  this.secondChild,
  this.secondChildKey,
  });