ScaleAnimation constructor
const
ScaleAnimation({})
Implementation
const ScaleAnimation({
super.key,
this.duration,
this.delay,
this.curve = Curves.ease,
this.scale = 0.0,
required this.child,
}) : assert(scale >= 0.0);