MInkWell constructor
      const
      MInkWell({ 
    
    
- Key? key,
- ShapeBorder? customBorder,
- void onTap()?,
- void onTapDown()?,
- BorderRadius? borderRadius,
- Widget? child,
- Size? size,
- Color? color,
Implementation
const MInkWell({
  super.key,
  this.customBorder,
  this.onTap,
  this.onTapDown,
  this.borderRadius,
  this.child,
  this.size,
  this.color,
});