RippleAnimation constructor
const
RippleAnimation({})
Implementation
const RippleAnimation({
super.key,
required this.child,
required this.duration,
// By default, the animation will repeat.
this.repeat = true,
});