MephistoCard constructor
Implementation
const MephistoCard(
{super.key,
required this.child,
this.borderRadius,
this.showTapFeedback = false,
this.hideBorder = false,
this.edgeInsets = const EdgeInsets.all(0),
this.onTap,
this.color});