MotionCard constructor
const
MotionCard({})
Implementation
const MotionCard({
super.key,
required this.child,
this.maxTiltAngleX = 12.0,
this.maxTiltAngleY = 12.0,
this.elevation = 6.0,
this.borderRadius = 16.0,
this.shadowColor,
});