MorphingIcon constructor
const
MorphingIcon({})
Implementation
const MorphingIcon({
super.key,
required this.icon,
required this.activeIcon,
this.isActive = false,
this.size = 24,
this.color,
this.activeColor,
this.duration = const Duration(milliseconds: 300),
this.onPressed,
});