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