AnimatedDelayedScale constructor
Implementation
const AnimatedDelayedScale({
super.key,
this.delay = Duration.zero,
this.beginScale = 0,
this.endScale = 1,
this.duration = const Duration(milliseconds: 300),
required this.child,
});
const AnimatedDelayedScale({
super.key,
this.delay = Duration.zero,
this.beginScale = 0,
this.endScale = 1,
this.duration = const Duration(milliseconds: 300),
required this.child,
});