RevealAnimation constructor
const
RevealAnimation({})
Implementation
const RevealAnimation({
super.key,
required this.child,
this.duration = const Duration(milliseconds: 600),
this.startScale = 0.0,
this.endScale = 1.0,
this.delay = Duration.zero,
this.curve = Curves.easeOutBack,
this.onCompleted,
});