MRippleLayout constructor
const
MRippleLayout({})
Implementation
const MRippleLayout({
Key? key,
this.radius,
this.width,
this.height,
this.btnColor,
this.touchColor,
this.rippleColor,
this.tapCallback,
required this.child,
}) : super(key: key);