ScalingAnimation constructor
const
ScalingAnimation({})
Implementation
const ScalingAnimation({
super.key,
required this.child,
required this.duration,
// Default value for repeat is true.
this.repeat = true,
});