EnhancedIcon constructor
const
EnhancedIcon({})
Implementation
const EnhancedIcon({
super.key,
required this.icon,
required this.color,
this.size = 28,
this.containerSize = 60,
this.backgroundColor,
this.enableAnimation = true,
this.enablePulse = true,
this.showShadow = true,
});