RippleOverlay constructor
const
RippleOverlay({})
Implementation
const RippleOverlay({
super.key,
required this.child,
this.waveDuration = const Duration(milliseconds: 600),
this.wavesCount = 2,
this.extraPadding = 10.0,
this.strokeWidth = 2.0,
this.color = const Color(0x66000000),
});