RippleEffect constructor
- VoidCallback onTap,
- Widget child,
- {Key key}
Implementation
const RippleEffect(
this.onTap,
this.child, {
Key key,
}) : super(key: key);
const RippleEffect(
this.onTap,
this.child, {
Key key,
}) : super(key: key);