MotionMorphContainer constructor
const
MotionMorphContainer({})
Implementation
const MotionMorphContainer({
super.key,
required this.child,
this.width = 150.0,
this.height = 150.0,
required this.decoration,
this.duration = const Duration(milliseconds: 500),
});