RippleWave constructor
const
RippleWave({})
Implementation
const RippleWave({
Key? key,
this.color = Colors.teal,
this.duration = const Duration(milliseconds: 1500),
this.repeat = true,
required this.child,
this.childTween,
this.animationController,
}) : super(key: key);