MotionMorphingButton constructor
const
MotionMorphingButton({})
Implementation
const MotionMorphingButton({
super.key,
required this.child,
required this.onTap,
this.color,
this.borderRadius = 12.0,
this.width = 180.0,
this.height = 50.0,
this.duration = const Duration(milliseconds: 350),
});